Commit 911bcf81 by Feanil Patel

Explicitly set the permissions for the supervisor config for celery.

parent 270dc6db
......@@ -127,6 +127,7 @@
template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
mode: "0644"
become_user: "{{ supervisor_user }}"
with_items:
- { src: 'edx/app/supervisor/conf.d/notifier-celery-workers.conf.j2', dest: '{{ supervisor_available_dir }}/notifier-celery-workers.conf' }
......
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