On 28.02.2019 21:02, Ryan wrote:
> Sorry, the output is from stdout_lines.  here is the section.
> 
> - lineinfile:
>      line: "{{ item }}"
>      path: "{{ log }}"
> 
>     with_together:
> 
>       - "{{ memoryLocator.stdout_lines }}"
> 
>       - "{{ memoryPN.stdout_lines }}"
> 
>       - "{{ memorySN.stdout_lines }}"
> 

Change line to
  line: "{{ item.0 }} {{ item.1 }} {{ item.2 }}"


-- 
Kai Stian Olstad

-- 
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/9ce5fc71-c4b8-ef2e-8051-c97467fb2854%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to