Make compatcheck deduplicatable

This commit is contained in:
uumas
2025-04-05 00:35:22 +03:00
parent bdac6ee513
commit 6acdcd6dac
2 changed files with 9 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
---
dependencies:
- role: uumas.general.compatcheck
vars:
compatcheck_supported_distributions:
- name: debian
version_min: 13
- name: ubuntu
version_min: 24

View File

@@ -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: