mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
test getfacl PATH'ing
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
7b5f96ab8d
commit
8b53cf594e
1 changed files with 7 additions and 7 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
msg: "{{ output }}"
|
msg: "{{ output }}"
|
||||||
|
|
||||||
- name: Get getfacl output
|
- name: Get getfacl output
|
||||||
ansible.builtin.command: /bin/getfacl {{ test_file | quote }}
|
ansible.builtin.command: getfacl {{ test_file | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: getfacl_output
|
register: getfacl_output
|
||||||
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
msg: "{{ output }}"
|
msg: "{{ output }}"
|
||||||
|
|
||||||
- name: Get getfacl output
|
- name: Get getfacl output
|
||||||
ansible.builtin.command: /bin/getfacl {{ test_file | quote }}
|
ansible.builtin.command: getfacl {{ test_file | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: getfacl_output
|
register: getfacl_output
|
||||||
|
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
register: output
|
register: output
|
||||||
|
|
||||||
- name: Get getfacl output
|
- name: Get getfacl output
|
||||||
ansible.builtin.command: /bin/getfacl {{ test_file | quote }}
|
ansible.builtin.command: getfacl {{ test_file | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: getfacl_output
|
register: getfacl_output
|
||||||
|
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
register: output
|
register: output
|
||||||
|
|
||||||
- name: Get getfacl output
|
- name: Get getfacl output
|
||||||
ansible.builtin.command: /bin/getfacl {{ test_dir | quote }}
|
ansible.builtin.command: getfacl {{ test_dir | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: getfacl_output
|
register: getfacl_output
|
||||||
|
|
||||||
|
|
@ -169,7 +169,7 @@
|
||||||
register: output
|
register: output
|
||||||
|
|
||||||
- name: Get getfacl output
|
- name: Get getfacl output
|
||||||
ansible.builtin.command: /bin/getfacl {{ test_dir | quote }}
|
ansible.builtin.command: getfacl {{ test_dir | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: getfacl_output
|
register: getfacl_output
|
||||||
|
|
||||||
|
|
@ -190,7 +190,7 @@
|
||||||
register: output
|
register: output
|
||||||
|
|
||||||
- name: Get getfacl output
|
- name: Get getfacl output
|
||||||
ansible.builtin.command: /bin/getfacl {{ test_dir | quote }}
|
ansible.builtin.command: getfacl {{ test_dir | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: getfacl_output
|
register: getfacl_output
|
||||||
|
|
||||||
|
|
@ -225,7 +225,7 @@
|
||||||
register: output
|
register: output
|
||||||
|
|
||||||
- name: Get getfacl output
|
- name: Get getfacl output
|
||||||
ansible.builtin.command: /bin/getfacl {{ test_dir | quote }}
|
ansible.builtin.command: getfacl {{ test_dir | quote }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: getfacl_output
|
register: getfacl_output
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue