--- - name: scan facts hosts: demoext become: false tasks: - debug: msg: 'FS {{ item["device"] }} mounted on {{ item["mount"] }} has size of {{ item["size_total"] }}' loop: '{{ ansible_facts["mounts"] }}'