aboutsummaryrefslogtreecommitdiff
path: root/roles/host/tasks/packages.yml
blob: df78985992ea9f2d9ae9afebf78628d69f03de28 (plain)
1
2
3
4
5
6
- name: Install systemd-container and podman
  ansible.builtin.package:
    name:
      - "systemd-container"
      - "podman"
    state: present