How would I go about printing the values from three lists, so that each 
line contains elements from each list?  For instance, I can print the 
values from the lists using:


msg:

   - "Memory: {{ memoryLocator.stdout_lines }}"

   - "Memory: {{ memoryPN.stdout_lines }}"

   - "Memory: {{ memorySN.stdout_lines }}"


This would print the values like:


DIMM1

DIMM2

DIMM3


G55555-111

G55555-111

G55555-111


999000123

999000440

999000554


However, what I would like to do is print the lists so each line of the 
output would combine


DIMM1 G55555-111 999000123

DIMM1 G55555-111 999000440

DIMM1 G55555-111 999000554



-- 
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/3d598f44-f0ef-4ee5-9b73-ed21967fd4a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to