Commit c1e4c528 by Joseph Mulloy

Fix flower supervisor config mode

parent 1d7b2585
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
dest: "{{ supervisor_available_dir }}/{{ FLOWER_USER }}.conf" dest: "{{ supervisor_available_dir }}/{{ FLOWER_USER }}.conf"
owner: "{{ supervisor_user }}" owner: "{{ supervisor_user }}"
group: "{{ supervisor_user }}" group: "{{ supervisor_user }}"
mode: 0644
become_user: "{{ supervisor_user }}" become_user: "{{ supervisor_user }}"
notify: notify:
- restart flower - restart flower
......
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