From 9a616f3cc045762d025a30e181119906cf952934 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 4 Dec 2023 21:03:19 -0600 Subject: [PATCH] missed one 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 985eb22..24846d0 100644 --- a/tests/integration/targets/acl/tasks/acl.yml +++ b/tests/integration/targets/acl/tasks/acl.yml @@ -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