Commit 2b936b5d by e0d

removing commented out code.

parent 415702a6
---
# - name: notifier | stop notifier-celery-beat
# supervisorctl: >
# name="{{ item }}"
# supervisorctl_path={{ supervisor_ctl }}
# config={{ supervisor_cfg }}
# state=present
# ignore_errors: yes
# sudo_user: "{{ common_web_user }}"
# with_items: ['notifier-scheduler','notifier-celery-workers']
# tags:
# - deploy
- 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