Commit b5c445ff by Feanil Patel Committed by GitHub

Merge pull request #3698 from edx/feanil/fix_notifier_supervisor

Explicitly set the permissions for the supervisor config for celery.
parents 270dc6db 911bcf81
......@@ -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