- debug: msg="{% for item in vfiles%}{% for bin in item.binaries %}{% if
bin.name+'.'+bin.ext in files.stdout_lines %}{{item.container}}{% endif
%}{% endfor %}{% endfor %}"
- set_fact: tmpvar="{% for item in vfiles%}{% for bin in item.binaries %}{% if bin.name+'.'+bin.ext in files.stdout_lines %}{{item.container}} {% endif %}{% endfor %}{% endfor %}"
- debug: var=item
with_items:
- "{{tmpvar.split()}}"
--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/247122dc-e8b5-4049-b433-9e6a0baccdc6%40googlegroups.com.