You've already forked ansible-role-common
yamllint fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- name: Include tasks only if one of the files exist, otherwise skip the task
|
||||
include_tasks: '{{ item }}'
|
||||
include_tasks: "{{ item }}"
|
||||
vars:
|
||||
params:
|
||||
files:
|
||||
- '{{ ansible_os_family }}.yml'
|
||||
- 'common.yml'
|
||||
- "{{ ansible_os_family }}.yml"
|
||||
- "common.yml"
|
||||
loop: "{{ q('first_found', params, errors='ignore') }}"
|
||||
|
||||
Reference in New Issue
Block a user