Fix autofs mounting.
This commit is contained in:
parent
cae5ecdfd2
commit
9f0e143468
1
ansible/roles/autofs/files/automountd_rc.conf
Normal file
1
ansible/roles/autofs/files/automountd_rc.conf
Normal file
@ -0,0 +1 @@
|
||||
autofs_enable="YES"
|
1
ansible/roles/autofs/files/autounmountd_rc.conf
Normal file
1
ansible/roles/autofs/files/autounmountd_rc.conf
Normal file
@ -0,0 +1 @@
|
||||
autofs_enable="YES"
|
@ -7,6 +7,8 @@
|
||||
group: wheel
|
||||
loop:
|
||||
- automount
|
||||
- automountd
|
||||
- autounmountd
|
||||
|
||||
- name: Install Configuration
|
||||
copy:
|
||||
|
Loading…
Reference in New Issue
Block a user