Compare commits

..

2 commits

Author SHA1 Message Date
Jason K Hall
f145d50bc6
Merge 352c9ae7ce into 5f44339fa5 2025-12-26 18:42:06 +00:00
jkhall81
352c9ae7ce acl: now fails gracefully when nfsv4 permissions are missing (fixes #679) 2025-12-26 11:41:44 -07:00

View file

@ -249,8 +249,8 @@
- "'default:mask::rwx' in getfacl_output.stdout_lines"
- "'default:other::r-x' in getfacl_output.stdout_lines"
- "'default:group:{{ test_group }}:rw-' not in getfacl_output.stdout_lines"
##############################################################################
- name: Trigger acl module with NFSv4 and no permissions (Issue #679)
- name: Trigger acl module with NFSv4 and no permissions
ansible.posix.acl:
path: "{{ test_dir }}"
entity: "{{ test_user }}"