From 26375e7f12d476b5db5441a89a7b0d6356781140 Mon Sep 17 00:00:00 2001 From: dkuji Date: Wed, 14 Aug 2024 23:43:12 +0900 Subject: 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 --- changelogs/fragments/83235-copy-module-update-mtime.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/83235-copy-module-update-mtime.yml (limited to 'changelogs') 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) -- cgit v1.2.3