I'll answer this for myself. Seems like just using the command module and doing the copy that way is the best approach.
Thanks for putting me on the right track! On Wednesday, August 31, 2016 at 7:09:22 PM UTC-5, Jon Langemak wrote: > > 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/385bbb39-70a7-4e76-aef1-3a857fa4eafd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
