Make compatcheck deduplicatable
This commit is contained in:
9
roles/podman/meta/main.yaml
Normal file
9
roles/podman/meta/main.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- role: uumas.general.compatcheck
|
||||||
|
vars:
|
||||||
|
compatcheck_supported_distributions:
|
||||||
|
- name: debian
|
||||||
|
version_min: 13
|
||||||
|
- name: ubuntu
|
||||||
|
version_min: 24
|
||||||
@@ -1,14 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Ensure host distribution is supported
|
|
||||||
ansible.builtin.import_role:
|
|
||||||
name: uumas.general.compatcheck
|
|
||||||
vars:
|
|
||||||
compatcheck_supported_distributions:
|
|
||||||
- name: debian
|
|
||||||
version_min: 13
|
|
||||||
- name: ubuntu
|
|
||||||
version_min: 24
|
|
||||||
|
|
||||||
- name: Install podman
|
- name: Install podman
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
|
|||||||
Reference in New Issue
Block a user