Re: [ansible-project] using wildcards to fetching src files

2016-05-18 Thread Brian Coca
instead of shell/ls, you can use the 'find' module to create the list and feed that to the 'fetch' module. as for rsync, the syncronize module can handle many of the same scenarios. -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible

Re: [ansible-project] using wildcards to fetching src files

2016-05-18 Thread Joanna Delaporte
I am wondering if a remote fileglob mechanism has been added for fetch. If not, I'll use Daniel's solution from above. Thanks! Joanna On Monday, October 29, 2012 at 7:26:50 PM UTC-5, Michael DeHaan wrote: > > I prefer Daniel's approach in this case, but I think we can also make > syntax easier