Thank you! Is there a better means to recursively copy then? Or do I need to copy each file separately?
On Wednesday, August 31, 2016 at 5:19:57 PM UTC-5, Brian Coca wrote: > > by default ansible looks in the local 'controller' for the `src=` > parameter, you need to use `remote_src=yes` for it to look for it on the > target machine. > > Also note that `remote_src=yes` does not support recursive copying. > > > ---------- > Brian Coca > -- 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/c6bfeeb5-f49c-409e-9b1c-09d2c495c85e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
