Commit c7af3cf1 by Feanil Patel

Remove un-necessary directory permission change.

The var it points to is actually the github URL and not the location of the source code. Since
the code has continued to work without these permissions being applied to the code directory,
I think this is un-necessary and should just be deleted.
parent 0ce1843c
......@@ -50,10 +50,6 @@
notify:
- restart notifier-celery-workers
- name: source repo group perms
file:
path={{ NOTIFIER_SOURCE_REPO }} mode=2775 state=directory
- name: install application requirements
pip:
requirements="{{ NOTIFIER_REQUIREMENTS_FILE }}"
......
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