Fixed to set ACLs on paths mounted with NFSv4 correctly

* Fixed #240

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2024-09-19 17:09:43 +09:00
parent 7e4d5dd7a9
commit c353e43a90
2 changed files with 50 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (https://github.com/ansible-collections/ansible.posix/issues/240).