--- - name: Converge hosts: all pre_tasks: - name: Install curl for verification ansible.builtin.apt: update_cache: true name: curl state: present vars: podman_containers: - name: test_container image: docker.io/nginx:latest systemd: true ports: - "8080:80" - "8443:443" roles: - ansible-podman