summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2020-05-21 22:35:45 +0200
committerGitHub <noreply@github.com>2020-05-21 22:35:45 +0200
commitcd8920af998e297a549a4f05cf4a4b3656d7d67e (patch)
treeb2cb33c74902768afc70b5881372e2113b4dd1b8 /changelogs
parentStrip no log values from module response keys. Fixes #68400 (#69653) (diff)
downloadansible-cd8920af998e297a549a4f05cf4a4b3656d7d67e.tar.xz
ansible-cd8920af998e297a549a4f05cf4a4b3656d7d67e.zip
file - return 'state': 'absent' when a file does not exist (#66503)
This was changed in ansible/ansible#51350.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/file-return-state-when-file-does-not-exist.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/file-return-state-when-file-does-not-exist.yaml b/changelogs/fragments/file-return-state-when-file-does-not-exist.yaml
new file mode 100644
index 0000000000..c51abb29c5
--- /dev/null
+++ b/changelogs/fragments/file-return-state-when-file-does-not-exist.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - "file - return ``'state': 'absent'`` when a file does not exist (https://github.com/ansible/ansible/issues/66171)"