On Saturday, 18 April 2015 17:19:09 UTC+2, Anand Buddhdev wrote:

This can't work. The "paths" attribute expects a list. By passing it 
> "group_files/{{ group_names }}", it turns into the string:
>
> "group_files/['group1', 'group2', 'group3']" 
>
> This is a weird, but valid path, so ansible will look in there, but not 
> find anything.
>

I should have added that given the list a list ['group1', 'group2'], I want 
to pass it to ansible as:

['group_files/group1', 'group_files/group2']

-- 
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/f0ea9d4c-0035-4907-851f-f880a33acb1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to