you are forcing item to be a static string, it needs to be like this:

- name: read from csv file
  debug: msg="{{ lookup('csvfile', item + ' file=/path/to/file.csv
delimiter=, col=1') }}"
  with_items: test_ids

-- 
Brian Coca

-- 
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/CAJ5XC8kA-VLXAuQ9F5VH5L8CnCk0rkQowFtcHD2fW9Nju6-9qg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to