Commit 51a480ca by John Jarvis Committed by John Jarvis

fixing extra notifies

parent e18f7c9b
......@@ -60,9 +60,6 @@
chdir={{ edxapp_code_dir }}
{{ edxapp_venv_bin}}/python manage.py lms migrate --noinput --settings=aws_migrate
when: migrate_only is defined and migrate_only|lower == "yes"
notify:
- "restart edxapp"
- "restart edxapp_workers"
sudo_user: "{{ edxapp_user }}"
# Gather assets using rake if possible
......
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