Fix a typo.
This commit is contained in:
parent
0b47aa8eb8
commit
fe4c64d939
|
@ -96,7 +96,7 @@
|
|||
|
||||
- name: autofs | Force the ownership of the mount point
|
||||
ansible.builtin.file:
|
||||
dest: "{{ item.item.mountpoint_prefix }}/{{ item.path }}"
|
||||
dest: "{{ item.mountpoint_prefix }}/{{ item.path }}"
|
||||
owner: "{{ item.owner_uid }}"
|
||||
group: "{{ item.owner_gid }}"
|
||||
mode: "{{ item.permissions }}"
|
||||
|
|
Loading…
Reference in New Issue