: replace docker with podman
Some checks failed
ansible-lint / lint-everything (push) Has been cancelled

This commit is contained in:
VC
2025-11-23 16:28:38 +01:00
parent e4c66c065f
commit 17aabc49a3
10 changed files with 56 additions and 54 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Install podman
ansible.builtin.package:
name:
- podman
- podman-docker
- podman-compose
state: present