Commit 41a73fa3 by e0d

Adding stop prior to checkout for safety.

parent 7d6f9e6a
......@@ -26,6 +26,12 @@
- install
- update
- name: notifier | stop notifier-celery-beat
supervisorctl: name=notifier-celery-beat state=restarted
- name: notifier | stop notifier-celery-workers
supervisorctl: name=notifier-celery-workers state=restarted
- name: notifier | checkout code
git:
dest={{ notifier_code_dir }} repo={{ notifier_source_repo }}
......
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