ansible-edda/plays/services/roles/setup_system/tasks/include/podman.yml

10 lines
228 B
YAML

- name: "podman : install podman"
ansible.builtin.apt:
name: "podman"
register: services_system_podman_install
- name: "podman : reboot host"
ansible.builtin.reboot:
when:
services_system_podman_install.changed