The NFS mountpoint is a directory.

This commit is contained in:
Andrea Dell'Amico 2024-05-29 11:12:01 +02:00
parent bf5d2a4054
commit 537a9c7e34
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@
- name: autofs | Force the ownership of the mount point
ansible.builtin.file:
dest: "{{ item.mountpoint_prefix }}/{{ item.path }}"
state: "{{ item.state | default('directory') }}"
owner: "{{ item.owner_uid }}"
group: "{{ item.owner_gid }}"
mode: "{{ item.permissions }}"