summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-11-06 18:26:41 +0100
committerToshio Kuratomi <a.badger@gmail.com>2018-04-20 19:04:24 +0200
commitf332151f59f8297fabdc2abc25182c8dad9763bf (patch)
treeeb6bbad48c094b13ffabd76304f5424edf2f3e21 /changelogs
parentModules to link relatively to docs (#39081) (diff)
downloadansible-f332151f59f8297fabdc2abc25182c8dad9763bf.tar.xz
ansible-f332151f59f8297fabdc2abc25182c8dad9763bf.zip
Fix copy to only follow symlinks for files in the non-recursive case
Revert "**Temporary**" This reverts commit 28b86b11485444d2dd46ed60dc8ae27fd2b81303. We don't need this now that copy has been fixed
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/copy-files-default-follow.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/copy-files-default-follow.yaml b/changelogs/fragments/copy-files-default-follow.yaml
new file mode 100644
index 0000000000..0bce044ae7
--- /dev/null
+++ b/changelogs/fragments/copy-files-default-follow.yaml
@@ -0,0 +1,4 @@
+---
+bugfixes:
+- copy - fixed copy to only follow symlinks for files in the non-recursive case
+- file - fixed the default follow behaviour of file to be true