Commit acc6d9c7 by John Jarvis

call restart supervisor for full_edx_installation

parent 891e66f9
......@@ -100,6 +100,7 @@ EOF
if [[ $server_type == "full_edx_installation" ]]; then
ansible-playbook -vvvv deploy_rabbitmq.yml -i "${deploy_host}," -e "@${extra_vars}" --user ubuntu
ansible-playbook -vvvv restart_supervisor.yml -i "${deploy_host}," -e "@${extra_vars}" --user ubuntu
fi
fi
......
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