From 8b53cf594e26bffac88755d4f1c2436081d5994d Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 4 Dec 2023 17:35:21 -0600 Subject: [PATCH] test getfacl PATH'ing Signed-off-by: Adam Miller --- tests/integration/targets/acl/tasks/acl.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/integration/targets/acl/tasks/acl.yml b/tests/integration/targets/acl/tasks/acl.yml index 13f8483..60a0eb8 100644 --- a/tests/integration/targets/acl/tasks/acl.yml +++ b/tests/integration/targets/acl/tasks/acl.yml @@ -61,7 +61,7 @@ msg: "{{ output }}" - name: Get getfacl output - ansible.builtin.command: /bin/getfacl {{ test_file | quote }} + ansible.builtin.command: getfacl {{ test_file | quote }} changed_when: false register: getfacl_output @@ -87,7 +87,7 @@ msg: "{{ output }}" - name: Get getfacl output - ansible.builtin.command: /bin/getfacl {{ test_file | quote }} + ansible.builtin.command: getfacl {{ test_file | quote }} changed_when: false register: getfacl_output @@ -121,7 +121,7 @@ register: output - name: Get getfacl output - ansible.builtin.command: /bin/getfacl {{ test_file | quote }} + ansible.builtin.command: getfacl {{ test_file | quote }} changed_when: false register: getfacl_output @@ -144,7 +144,7 @@ register: output - name: Get getfacl output - ansible.builtin.command: /bin/getfacl {{ test_dir | quote }} + ansible.builtin.command: getfacl {{ test_dir | quote }} changed_when: false register: getfacl_output @@ -169,7 +169,7 @@ register: output - name: Get getfacl output - ansible.builtin.command: /bin/getfacl {{ test_dir | quote }} + ansible.builtin.command: getfacl {{ test_dir | quote }} changed_when: false register: getfacl_output @@ -190,7 +190,7 @@ register: output - name: Get getfacl output - ansible.builtin.command: /bin/getfacl {{ test_dir | quote }} + ansible.builtin.command: getfacl {{ test_dir | quote }} changed_when: false register: getfacl_output @@ -225,7 +225,7 @@ register: output - name: Get getfacl output - ansible.builtin.command: /bin/getfacl {{ test_dir | quote }} + ansible.builtin.command: getfacl {{ test_dir | quote }} changed_when: false register: getfacl_output