Your original spacing looks fine other than missing the dash for set fact. The 
original error is indicating that the "system" doesn't exist when your CSV read 
task looks for "system.csv". I would check that "system.csv" is defined and add 
this before the csv read task to troubleshoot:

- debug:
    var: system
- debug:
    var: system.csv

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/83026b47-7dd8-4cce-8f3e-97aae8ca9d99%40googlegroups.com.

Reply via email to