On 22. juni 2016 20:32,
jamesv...@gmail.com wrote:
> 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.