e4345c217e
This role allows users to supply a common variable and it will contain all the logic to configure the correct repository based on their operating system. Co-Authored-By: Andreas Jaeger <aj@suse.com> Change-Id: I4a3ab5f099c2e4671b78c751d8f0e8ccf2304afa
8 lines
191 B
YAML
8 lines
191 B
YAML
- name: Install repositories
|
|
include: "{{ zj_item }}"
|
|
with_first_found:
|
|
- "{{ ansible_distribution }}.yaml"
|
|
- "{{ ansible_os_family }}.yaml"
|
|
loop_control:
|
|
loop_var: zj_item
|