--- - name: Register contents of CSV set_fact: r_csv_hosts: "{{ lookup('template', 'templates/csv_inventory.j2') }}" ...