Fix the autofs.conf permissions.
This commit is contained in:
parent
6d40031c60
commit
7237177e5a
|
@ -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 }}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue