- name: Extract test hosts: localhost tasks: - name: Lista alla lösenord debug: msg: "{{ groups['ankeborg'] | map('extract', hostvars, ['ansible_become_pass']) }}"