diff --git a/tests/integration/targets/acl/tasks/acl.yml b/tests/integration/targets/acl/tasks/acl.yml index 60a0eb8..985eb22 100644 --- a/tests/integration/targets/acl/tasks/acl.yml +++ b/tests/integration/targets/acl/tasks/acl.yml @@ -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