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