mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
Make sure the nginx config and password files are readable by everyone. (#202)
This commit is contained in:
parent
40f61ae8c8
commit
668f77d7d2
@ -29,6 +29,7 @@
|
|||||||
copy:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ remote_tmp_dir }}/{{ item }}"
|
dest: "{{ remote_tmp_dir }}/{{ item }}"
|
||||||
|
mode: "0644"
|
||||||
loop:
|
loop:
|
||||||
- nginx.conf
|
- nginx.conf
|
||||||
- nginx.htpasswd
|
- nginx.htpasswd
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user