Commit aeb4846f by Feanil Patel

Set permissions for xserver_gunicorn.py as well.

parent a0f5f82e
...@@ -21,7 +21,9 @@ ...@@ -21,7 +21,9 @@
template: template:
src: xserver_gunicorn.py.j2 src: xserver_gunicorn.py.j2
dest: "{{ xserver_app_dir }}/xserver_gunicorn.py" dest: "{{ xserver_app_dir }}/xserver_gunicorn.py"
become_user: "{{ xserver_user }}" owner: "{{ supervisor_user }}"
group: "{{ common_web_user }}"
mode: "0644"
notify: notify:
- restart xserver - restart xserver
......
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