cdff4b7835
A simple role to install podman packages. Change-Id: I135fab8474b3564bb4ab1f2b19d4645d4a86f560
9 lines
275 B
YAML
9 lines
275 B
YAML
- name: Find distribution installation
|
|
include: "{{ item }}"
|
|
static: no
|
|
with_first_found:
|
|
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yaml"
|
|
- "{{ ansible_distribution }}.yaml"
|
|
- "{{ ansible_os_family }}.yaml"
|
|
- "default.yaml"
|