summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorConner Crosby <cavcrosby@gmail.com>2024-10-25 20:32:11 +0200
committerGitHub <noreply@github.com>2024-10-25 20:32:11 +0200
commitd662a8d0883882c6ada7284a33c3eb3607753d24 (patch)
tree2975c0888610b2f3666537ac8e83a980ca6017b8 /changelogs
parentdocs: print deprecation collection name (#84126) (diff)
downloadansible-d662a8d0883882c6ada7284a33c3eb3607753d24.tar.xz
ansible-d662a8d0883882c6ada7284a33c3eb3607753d24.zip
Enable file module to disable diff_mode (#83700)
Several tasks within the modification_time.yml and state_link.yml task lists have explicitly enabled diff_mode because these tests previously assumed a diff attribute would always be returned from the file module.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/83700-enable-file-disable-diff.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/83700-enable-file-disable-diff.yml b/changelogs/fragments/83700-enable-file-disable-diff.yml
new file mode 100644
index 0000000000..4fdc9feb4c
--- /dev/null
+++ b/changelogs/fragments/83700-enable-file-disable-diff.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - file - enable file module to disable diff_mode (https://github.com/ansible/ansible/issues/80817).