suse doesn't like the path on getfacl

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2023-12-04 20:47:01 -06:00
parent 1138e6132a
commit 29b6bc1c93

View file

@ -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: /bin/setfacl -b {{ test_dir | quote }} ansible.builtin.command: 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