b517747623
Role copied and modified from ensure-podman As focal doesn't exist for project atomic ppa [1] Install is performed from opensuse repository only [1] http://ppa.launchpad.net/projectatomic/ppa/ubuntu/dists/ Change-Id: I72fc2e68768664b80c39bd47295330131337d8b5
11 lines
394 B
YAML
11 lines
394 B
YAML
- name: Find distribution installation
|
|
include_tasks: "{{ zj_distro_os }}"
|
|
with_first_found:
|
|
- "{{ ansible_distribution }}-{{ ansible_distribution_version }}.yaml"
|
|
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yaml"
|
|
- "{{ ansible_distribution }}.yaml"
|
|
- "{{ ansible_os_family }}.yaml"
|
|
- "default.yaml"
|
|
loop_control:
|
|
loop_var: zj_distro_os
|