summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authordkuji <daisuke.kuji@gmail.com>2024-08-14 16:43:12 +0200
committerGitHub <noreply@github.com>2024-08-14 16:43:12 +0200
commit26375e7f12d476b5db5441a89a7b0d6356781140 (patch)
tree45c8ead385175f4c3d0eb8df7b1dd945f3434813 /changelogs
parentAdd end_role meta task (#83263) (diff)
downloadansible-26375e7f12d476b5db5441a89a7b0d6356781140.tar.xz
ansible-26375e7f12d476b5db5441a89a7b0d6356781140.zip
fix copy module update atime/mtime (#83235)
Ensure we force mtime/atime update when using copystat Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/83235-copy-module-update-mtime.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/83235-copy-module-update-mtime.yml b/changelogs/fragments/83235-copy-module-update-mtime.yml
new file mode 100644
index 0000000000..7dd36aff64
--- /dev/null
+++ b/changelogs/fragments/83235-copy-module-update-mtime.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - copy - mtime/atime not updated. Fix now update mtime/atime(https://github.com/ansible/ansible/issues/83013)