All tasks now use FQCN

This commit is contained in:
2020-11-29 17:53:24 -06:00
parent 008d73322d
commit 7df7ca764e
5 changed files with 22 additions and 10 deletions

View File

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