mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
suse doesn't like the path on getfacl
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
1138e6132a
commit
29b6bc1c93
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@
|
|||
- "'default:user:{{ test_user }}:rw-' in getfacl_output.stdout_lines"
|
||||
##############################################################################
|
||||
- name: Cleanup
|
||||
ansible.builtin.command: /bin/setfacl -b {{ test_dir | quote }}
|
||||
ansible.builtin.command: setfacl -b {{ test_dir | quote }}
|
||||
changed_when: false
|
||||
##############################################################################
|
||||
- name: Same as previous but using entry shorthand
|
||||
|
|
|
|||
Loading…
Reference in a new issue