Add a missing tag.

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

View File

@ -102,3 +102,4 @@
mode: "{{ item.permissions }}"
loop: "{{ autofs_maps }}"
when: item.force_ownership is defined and item.force_ownership
tags: ['nfs', 'autofs', 'autofs_conf']