Compare commits

..

3 commits

Author SHA1 Message Date
Adam Miller
13b5895af2
Merge 9a616f3cc0 into 05ee6ebc2a 2023-12-05 03:03:29 +00:00
Adam Miller
9a616f3cc0 missed one
Signed-off-by: Adam Miller <admiller@redhat.com>
2023-12-04 21:03:19 -06:00
Adam Miller
29b6bc1c93 suse doesn't like the path on getfacl
Signed-off-by: Adam Miller <admiller@redhat.com>
2023-12-04 20:47:01 -06:00

View file

@ -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
@ -203,7 +203,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: Set default acls