[Framadate] corrects a missing 0 in .htpasswd permission
parent
17abd936c1
commit
e776bee6eb
|
@ -61,7 +61,7 @@
|
||||||
password: "{{ framadate.admin_password }}"
|
password: "{{ framadate.admin_password }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: www-data
|
group: www-data
|
||||||
mode: 640
|
mode: 0640
|
||||||
|
|
||||||
- name: Configure nginx site
|
- name: Configure nginx site
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in New Issue