--- - name: Wiki.js | Generate systemd unit file for the container(s) containers.podman.podman_generate_systemd: name: wikijs dest: ~/.config/systemd/user/ restart_policy: on-failure restart_sec: 60 - name: Wiki.js | Start the container(s) with systemd, so systemd will know the state of the container(s) moving forward. ansible.builtin.systemd: name: container-wikijs scope: user state: started failed_when: false #register: systemd_result #until: systemd_result is succeeded #retries: 1