mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Compare commits
2 commits
f145d50bc6
...
d04e5989be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d04e5989be | ||
|
|
ad229551fc |
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
|
- 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 }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue