68329470fa
They're the same, basically, but include tasks is clearer. Change-Id: Ia03b8eb2b3e17b421fd5a178b0d9907cc71ebcae
12 lines
320 B
YAML
12 lines
320 B
YAML
- name: Install puppet packages
|
|
include_tasks: "{{ lookup('first_found', params) }}"
|
|
vars:
|
|
params:
|
|
files:
|
|
- "{{ ansible_distribution_release }}.yaml"
|
|
- "{{ ansible_distribution }}.yaml"
|
|
- "{{ ansible_os_family }}.yaml"
|
|
- "default.yaml"
|
|
paths:
|
|
- puppet-install
|