Commit c76243a6 by Arbab Nazar

Merge pull request #1806 from edx/arbab/fix-restart-edxapp

fix the restart edxapp handler is not defined error
parents 040ff0fb 90a77507
......@@ -37,9 +37,6 @@
environment:
GIT_SSH: "{{ edxapp_git_ssh }}"
sudo_user: "{{ edxapp_user }}"
notify:
- "restart edxapp"
- "restart edxapp_workers"
when: git_dir.stat.exists and git_dir.stat.isdir
# Do A Checkout
......
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