summaryrefslogtreecommitdiff
path: root/changelogs/fragments/79526-fix-file-touch-check-mode-status.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/79526-fix-file-touch-check-mode-status.yaml')
-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)