uri: do not write the file after failure (#53515)

* uri: do not write the file after failure

Fixes #53491

* Add changelog
This commit is contained in:
Martin Krizek 2019-03-22 15:32:43 +01:00 committed by Matt Martz
commit bafa291af9
3 changed files with 29 additions and 5 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- uri - do not write the file after failure (https://github.com/ansible/ansible/issues/53491)