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

10 lines
228 B
YAML
Raw Normal View History

2022-12-12 23:49:20 +01:00
- 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