test getfacl PATH'ing

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2023-12-04 17:35:21 -06:00
parent 7b5f96ab8d
commit 8b53cf594e

View file

@ -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