mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Compare commits
2 commits
d04e5989be
...
f145d50bc6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f145d50bc6 | ||
|
|
352c9ae7ce |
1 changed files with 2 additions and 2 deletions
|
|
@ -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 (Issue #679)
|
- name: Trigger acl module with NFSv4 and no permissions
|
||||||
ansible.posix.acl:
|
ansible.posix.acl:
|
||||||
path: "{{ test_dir }}"
|
path: "{{ test_dir }}"
|
||||||
entity: "{{ test_user }}"
|
entity: "{{ test_user }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue