All tasks now use FQCN
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: 'include variables'
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
include_tasks:
|
||||
ansible.builtin.include_tasks:
|
||||
file: '{{ lookup("first_found", findme ) }}'
|
||||
vars:
|
||||
findme:
|
||||
@@ -16,4 +16,5 @@
|
||||
- '{{ ansible_os_family }}-default.yml'
|
||||
- 'default.yml'
|
||||
errors: 'ignore'
|
||||
|
||||
- name: 'flush handlers'
|
||||
ansible.builtin.meta: 'flush_handlers'
|
||||
|
||||
Reference in New Issue
Block a user