Make nginx-proxy files owned by matrix:matrix, not root:root
This commit is contained in:
parent
7d1561b506
commit
857603d9d7
@ -15,8 +15,9 @@
|
|||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0750
|
mode: 0750
|
||||||
owner: root
|
owner: "{{ matrix_user_username }}"
|
||||||
group: root
|
group: "{{ matrix_user_username }}"
|
||||||
|
recurse: yes
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ matrix_nginx_proxy_data_path }}"
|
- "{{ matrix_nginx_proxy_data_path }}"
|
||||||
- "{{ matrix_nginx_proxy_confd_path }}"
|
- "{{ matrix_nginx_proxy_confd_path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user