Create the mountpoint using the correct path
This commit is contained in:
parent
0a71bb45b4
commit
4e901b349c
|
@ -18,7 +18,7 @@
|
|||
- name: Configure autofs and its maps
|
||||
block:
|
||||
- name: Create the mount points
|
||||
file: dest={{ item.mountpoint_prefix }}/{{ item.path }} state=directory owner=root group=root mode=0755
|
||||
file: dest={{ item.mountpoint_prefix }} state=directory owner=root group=root mode=0755
|
||||
with_items: '{{ autofs_maps }}'
|
||||
|
||||
- name: Install the autofs master configuration
|
||||
|
|
Loading…
Reference in New Issue