Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2024-03-06 19:20:35 +01:00
parent 0b47aa8eb8
commit fe4c64d939
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"