Re: [ansible-devel] synchronize links

2020-09-22 Thread Gerrit Kuehn
On Fri, 18 Sep 2020 09:41:56 +0200 "'Felix Fontein' via Ansible Development" wrote: > > --- > > copy_links: Copy symlinks as the item that they point to (the > > referent) is copied, rather than the symlink. > > > > links: Copy symlinks as symlinks. > > --- > > > > This looks rather redundant

Re: [ansible-devel] synchronize links

2020-09-18 Thread 'Felix Fontein' via Ansible Development
Hi, > I have a question concerning the handling of symlinks with the > synchronize module: > > What exactly is the difference between the "link" and "copy_link" > options, and how are they intended to be used? The docs say > > --- > copy_links: Copy symlinks as the item that they point to (the >

[ansible-devel] synchronize links

2020-09-17 Thread Gerrit Kuehn
Hello, I have a question concerning the handling of symlinks with the synchronize module: What exactly is the difference between the "link" and "copy_link" options, and how are they intended to be used? The docs say --- copy_links: Copy symlinks as the item that they point to (the referent) is c