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