Fix the autofs.conf permissions.

This commit is contained in:
Andrea Dell'Amico 2021-06-23 16:02:41 +02:00
parent 6d40031c60
commit 7237177e5a
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@
option: '{{ item.option }}' option: '{{ item.option }}'
value: '{{ item.value }}' value: '{{ item.value }}'
state: '{{ item.state }}' state: '{{ item.state }}'
owner: '{{ gitea_user }}' owner: 'root'
group: '{{ gitea_group }}' group: 'root'
mode: '0640' mode: '0644'
create: no create: no
loop: '{{ autofs_conf_options }}' loop: '{{ autofs_conf_options }}'