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 }}'
value: '{{ item.value }}'
state: '{{ item.state }}'
owner: '{{ gitea_user }}'
group: '{{ gitea_group }}'
mode: '0640'
owner: 'root'
group: 'root'
mode: '0644'
create: no
loop: '{{ autofs_conf_options }}'