ansible.posix
ansible.posix copied to clipboard
removal of all ACLs from a directory is not possible (equivalent of `setfacl -R -b <path>`)
SUMMARY
With the current setup is impossible to remove all the entries added when running the role with state: present
ISSUE TYPE
We need an equivalent of the -b
option of the setfacl command, removal of a single acl leaves some default acls populated.
COMPONENT NAME
ansible.posix.acl
ADDITIONAL INFORMATION
N/A