Make sure the nginx config and password files are readable by everyone. (#202)

This commit is contained in:
Felix Fontein 2021-09-11 12:21:27 +02:00 committed by GitHub
parent 40f61ae8c8
commit 668f77d7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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