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

7 lines
166 B
YAML
Raw Normal View History

2024-02-16 18:01:26 +02:00
---
- name: Install podman (w/ quadlet support)
ansible.builtin.package:
name: podman>=4.4.0 # version 4.4.0 includes the systemd generator
state: present