mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-13 16:15:21 +01:00
Compare commits
1 commit
13b5895af2
...
85e8aad7bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85e8aad7bc |
1 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@
|
||||||
- "'default:user:{{ test_user }}:rw-' in getfacl_output.stdout_lines"
|
- "'default:user:{{ test_user }}:rw-' in getfacl_output.stdout_lines"
|
||||||
##############################################################################
|
##############################################################################
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
ansible.builtin.command: setfacl -b {{ test_dir | quote }}
|
ansible.builtin.command: /bin/setfacl -b {{ test_dir | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
##############################################################################
|
##############################################################################
|
||||||
- name: Same as previous but using entry shorthand
|
- name: Same as previous but using entry shorthand
|
||||||
|
|
@ -203,7 +203,7 @@
|
||||||
- "'default:user:{{ test_user }}:rw-' in getfacl_output.stdout_lines"
|
- "'default:user:{{ test_user }}:rw-' in getfacl_output.stdout_lines"
|
||||||
##############################################################################
|
##############################################################################
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
ansible.builtin.command: setfacl -b {{ test_dir | quote }}
|
ansible.builtin.command: /bin/setfacl -b {{ test_dir | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
##############################################################################
|
##############################################################################
|
||||||
- name: Set default acls
|
- name: Set default acls
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue