The diff stuff is really only intended on basic things in the first implementation, the addition made to recursive copy didn't really feel the need to support the diff mode.
To be honest, if you have more than one system, --diff gets ugly pretty quick. I've been tempted to cull it at times -- while a great feature that I do appreciate the addition of, it is *quite* involved in the way it works, so there's a bit more than usual maintaince cost to it, and this is one of those things. It's not really it's fault, but more of a case of there being a LOT of data. I'm open to improvements, though I will say that we might be a little hesistant about them due to lots of important magic involved. Copy is pretty mission critical. On Wed, Mar 5, 2014 at 7:06 AM, Jakub Holy <[email protected]> wrote: > Hello, > > using Ansible 1.5 and recursively copying a directory, I expect to see > detailed diff of the individual changed files when running with "-C --diff" > but I only get informed that the top directory has changed. Is that > correct? Is there a feature request to make --diff during a recursive copy > work as it does for a file copy, i.e. to show diff of each file changed? > Are there plan to implement this in the near future? > > (It is slightly better with synchronize that uses > rsync's --itemize-changes and at least shows what has hcanged - size, > checksum, timestamp, ... - but not the diff.) > > Thank you! > > -- > 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/8a99740f-93c7-4236-ba07-ed50f375591e%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/8a99740f-93c7-4236-ba07-ed50f375591e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/CAEVJ8QMiTOtx5Bp1hj5bXvv9_1YpiuQVsO4-5AQASQGCh8Un2w%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
