Compare commits

..

2 commits

Author SHA1 Message Date
Jason K Hall
d04e5989be
Merge ad229551fc into 5f44339fa5 2025-12-25 20:18:51 -07:00
jkhall81
ad229551fc acl: now fails gracefully when nfsv4 permissions are missing (fixes #679) 2025-12-25 20:17:06 -07:00

View file

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