Infrastructure/ansible/roles/container-host/tasks/main.yml

7 lines
166 B
YAML

---
- name: Install podman (w/ quadlet support)
ansible.builtin.package:
name: podman>=4.4.0 # version 4.4.0 includes the systemd generator
state: present