Create the mountpoint using the correct path

This commit is contained in:
Andrea Dell'Amico 2021-02-16 16:50:52 +01:00
parent 0a71bb45b4
commit 4e901b349c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- name: Configure autofs and its maps - name: Configure autofs and its maps
block: block:
- name: Create the mount points - 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 }}' with_items: '{{ autofs_maps }}'
- name: Install the autofs master configuration - name: Install the autofs master configuration