--- - hosts: "{{ ansible_limit | default('none') }}" become: yes become_user: root tasks: - debug: msg="{{ ansible_limit }}" roles: - podman-host