--- - name: Ensure installation of podman (in Ubuntu) include_tasks: install_ubuntu.yml when: ansible_distribution == 'Ubuntu' - name: Ensure configuration of podman include_tasks: configure.yml