--- - name: Install podman ansible.builtin.yum: name: - podman - podman-compose - podman-docker - buildah update_cache: yes - name: Enable Podman ansible.builtin.systemd: name: podman state: started enabled: yes