Commit d8414362 by John Jarvis

adding verbose flag to provision run

parent 41159619
......@@ -184,7 +184,7 @@ EOF
# run the tasks to launch an ec2 instance from AMI
cat $extra_vars
ansible-playbook edx_provision.yml -i inventory.ini -e "@${extra_vars}" --user ubuntu
ansible-playbook edx_provision.yml -i inventory.ini -e "@${extra_vars}" --user ubuntu -v
if [[ $server_type == "full_edx_installation" ]]; then
# additional tasks that need to be run if the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment