fix: Review CoreOS compatibility

This commit is contained in:
2025-03-17 01:59:03 +01:00
parent 3cfe5831f2
commit 5b872ba3cb
10 changed files with 138 additions and 75 deletions

7
tasks/installation.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# tasks file for dnsmasq
- name: Install podman
ansible.builtin.apt:
name: "{{ podman_packages }}"
become: true