summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorsbettid <davide.sbetti@gmail.com>2022-12-06 23:27:17 +0100
committerGitHub <noreply@github.com>2022-12-06 14:27:17 -0800
commit0dfd6c868e0887d4d4a6164e30a658bcbfe82e4e (patch)
treee057da28af3a394b5612baf4e68939ab73efee07 /changelogs
parent03233e676a672196101b901d0dfb53008afd1065 (diff)
downloadansible-0dfd6c868e0887d4d4a6164e30a658bcbfe82e4e.tar.gz
[stable-2.13] Fix file touch check mode result (backport of #79422) (#79526)
* Fix file touch check mode result (#79360) (#79422) Fixes #79360 (cherry picked from commit 3936b5c471068d86c3e51a454a1de2f0d2942845) * Rename changelog fragment according to PR number
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/79526-fix-file-touch-check-mode-status.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/79526-fix-file-touch-check-mode-status.yaml b/changelogs/fragments/79526-fix-file-touch-check-mode-status.yaml
new file mode 100644
index 0000000000..757cf33e24
--- /dev/null
+++ b/changelogs/fragments/79526-fix-file-touch-check-mode-status.yaml
@@ -0,0 +1,3 @@
+bugfixes:
+ - file - touch action in check mode was always returning ok. Fix now evaluates the different conditions and
+ returns the appropriate changed status. (https://github.com/ansible/ansible/issues/79360)