- name: Install podman apt: name: podman register: podman_install # Required for podman. - name: Reboot machine reboot: when: podman_install is changed