15 lines
300 B
YAML
15 lines
300 B
YAML
|
- include_vars: '{{ item }}'
|
||
|
with_first_found:
|
||
|
- files:
|
||
|
- '{{ ansible_os_family }}.yml'
|
||
|
- 'default.yml'
|
||
|
paths: '../vars'
|
||
|
|
||
|
- template:
|
||
|
src: dummy_command
|
||
|
dest: '/usr/bin/dummy{{ item }}'
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: 0755
|
||
|
with_sequence: start=1 end=4
|