>
>
>
> tasks:
> - name: efine Values From CSV File
> set_fact:
> tenant: "{{ lookup('csvfile', '
> file=/root/ansible/tasks/csv-file/example.csv delimiter=, col=1') }}
>
>
Your error seems due to missing closing double quote in the above line.
tenant: "{{ lookup('csvfile', '
file=/root/ansible/tasks/csv-file/example.csv delimiter=, col=1') }}"
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/d19b0915-e77f-4aed-8468-240b98c22ed3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.