mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
14
tests/integration/targets/alternatives/tasks/setup.yml
Normal file
14
tests/integration/targets/alternatives/tasks/setup.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
- include_vars: '{{ item }}'
|
||||
with_first_found:
|
||||
- files:
|
||||
- '{{ ansible_os_family }}-{{ ansible_distribution_version }}.yml'
|
||||
- '{{ 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
|
Loading…
Add table
Add a link
Reference in a new issue