dotfiles/roles/podman/tasks/install.yml

10 lines
169 B
YAML
Raw Normal View History

---
- name: Install Podman and dependencies
ansible.builtin.package:
name:
- podman
- crun
- podman-compose
- distrobox
state: present