From 29b6bc1c93c8f79ea8e964dbb4cadba41933db4d Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 4 Dec 2023 20:47:01 -0600 Subject: [PATCH] suse doesn't like the path on getfacl Signed-off-by: Adam Miller --- tests/integration/targets/acl/tasks/acl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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