mirror of https://github.com/ansible/ansible.git
Do not add state: absent when a non-existent path is returned (#51350)
Leave it up to the module to return the state in the results. I went through all the modules in files/ and only found one case where the module needed to return this. No other modules return paths that do not exists. Signed-off-by: Sam Doran <sdoran@redhat.com>pull/52872/head
parent
d65a91ea7e
commit
cc9c72d6f8
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- 'do not return ``state: absent`` when the module returns either ``path`` or ``dest`` but the file does not exists (https://github.com/ansible/ansible/issues/35382)'
|
Loading…
Reference in New Issue