The output above seems to be saying that the file /home/ansible/index.html is present on 10.10.0.5.
If you are expecting the file to be re-downloaded each time the playbook runs, then set 'force: yes' in your playbook, otherwise it will not attempt to fetch the file again. Jon On Monday, July 3, 2017 at 6:02:11 PM UTC+1, Anfield wrote: > > Hi. What I am expecting is just for the file to be downloaded from the > remote host to the local (again both vms') > > The output tells me that it has run (and flagged as changed) - but when I > look into the local target dir - the file is never there..am I missing > something? > > > -- 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/7dcf7dd8-5888-456a-905d-c18b5e1b2dea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
