summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2023-03-08 15:40:01 -0500
committerGitHub <noreply@github.com>2023-03-08 15:40:01 -0500
commitb7a0e0d79278906c57c6dfc637d0e0b09b45db34 (patch)
tree5598844551a3421aa6b6615ab7e7f2f0f498edae /changelogs/fragments
parentc564c6e21e4538b475df2ae4b3f66b73decff160 (diff)
downloadansible-b7a0e0d79278906c57c6dfc637d0e0b09b45db34.tar.gz
copy - fix check mode with remote_src=True (#78624)
* Don't create dest directory in check mode uncomment existing test Fix checking for file attribute changes in check mode and add a test
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/78624-copy-remote-src-check-mode.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/78624-copy-remote-src-check-mode.yml b/changelogs/fragments/78624-copy-remote-src-check-mode.yml
new file mode 100644
index 0000000000..d5a5a5f438
--- /dev/null
+++ b/changelogs/fragments/78624-copy-remote-src-check-mode.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - copy - fix reporting changes to file attributes in check mode with remote_src=True (https://github.com/ansible/ansible/issues/77957).
+ - copy - fix creating the dest directory in check mode with remote_src=True (https://github.com/ansible/ansible/issues/78611).