ansible-lint cleanups
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
- name: 'include variables'
|
||||
when:
|
||||
- ansible_facts["system"] == 'Linux'
|
||||
include_vars:
|
||||
file: '{{ lookup("first_found", findme ) }}'
|
||||
ansible.builtin.include_vars:
|
||||
file: '{{ lookup("first_found", findme) }}'
|
||||
name: 'ensure_git'
|
||||
vars:
|
||||
findme:
|
||||
@@ -129,6 +129,6 @@
|
||||
- 'ensure_git.service_reload'
|
||||
- 'ensure_git.service_restart'
|
||||
- name: 'flush handlers'
|
||||
meta: 'flush_handlers'
|
||||
ansible.builtin.meta: 'flush_handlers'
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user