Here's a recursive copy module that doesn't rely on rsync (which could
be nice if you were specifying passwords on the command line versus
using keys) -- anyone want to help test/review?
https://github.com/ansible/ansible/pull/1809
--Michael
Here's a recursive copy module that doesn't rely on rsync (which could
be nice if you were specifying passwords on the command line versus
using keys) -- anyone want to help test/review?
https://github.com/ansible/ansible/pull/1809
--Michael
Definitely up for helping to test this one out when I’m back at work tomorrow - it’ll greatly simplify several plays by reducing (create tar, copy tar, extract tar) to a recursive copy.
Will