70c00e7c1a
Change-Id: Ifb4c2279261873442bf90fba2a05f257df6e7805
8 lines
207 B
YAML
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
|