I am using the command:
- local_action: copy content="The installation failed" 
dest=~/ansible/ansible_log.txt

However, when I do it again:
- local_action: copy content="Contact me for assistance" 
dest=~/ansible/ansible_log.txt

It overwrites the new text with the old text. What I want to do is append 
to the file instead of replacing the previous text.

I tried adding in a /n to the end of the original string to no avail.

-- 
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/aa2ab377-506a-4499-a787-e9511bfbbaca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to