zuul-jobs/roles/ensure-package-repositories/tasks/main.yaml
Albin Vass 70c00e7c1a ensure-package-repositories: update include to include_tasks
Change-Id: Ifb4c2279261873442bf90fba2a05f257df6e7805
2020-05-26 14:57:59 +02:00

8 lines
207 B
YAML

- name: Install repositories
include_tasks: "{{ zj_distro_os }}"
with_first_found:
- "{{ ansible_distribution }}.yaml"
- "{{ ansible_os_family }}.yaml"
loop_control:
loop_var: zj_distro_os