summaryrefslogtreecommitdiff
path: root/changelogs/fragments/79422-fix-file-touch-check-mode-status.yaml
diff options
context:
space:
mode:
authorsbettid <davide.sbetti@gmail.com>2022-11-29 16:17:38 +0100
committerGitHub <noreply@github.com>2022-11-29 16:17:38 +0100
commit3936b5c471068d86c3e51a454a1de2f0d2942845 (patch)
tree34fed683f12cb641d6120051b5108dea0b1f098e /changelogs/fragments/79422-fix-file-touch-check-mode-status.yaml
parentab76916b14784f92fbd7aee6e8d6fc5ee84b0e75 (diff)
downloadansible-3936b5c471068d86c3e51a454a1de2f0d2942845.tar.gz
Fix file touch check mode result (#79360) (#79422)
Fixes #79360
Diffstat (limited to 'changelogs/fragments/79422-fix-file-touch-check-mode-status.yaml')
-rw-r--r--changelogs/fragments/79422-fix-file-touch-check-mode-status.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/79422-fix-file-touch-check-mode-status.yaml b/changelogs/fragments/79422-fix-file-touch-check-mode-status.yaml
new file mode 100644
index 0000000000..757cf33e24
--- /dev/null
+++ b/changelogs/fragments/79422-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)