Remove FQCN
This commit is contained in:
parent
6572f20498
commit
eab59307cc
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
# tasks file for ensure_ansible_prereq
|
# tasks file for ensure_ansible_prereq
|
||||||
- name: 'include variables'
|
- name: 'include vendor / version specific tasks'
|
||||||
when:
|
when:
|
||||||
- ansible_system == 'Linux'
|
- ansible_system == 'Linux'
|
||||||
ansible.builtin.include_tasks:
|
include_tasks:
|
||||||
file: '{{ lookup("first_found", findme ) }}'
|
file: '{{ lookup("first_found", findme ) }}'
|
||||||
vars:
|
vars:
|
||||||
findme:
|
findme:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user