ansible/changelogs/fragments/21003-uri-return-content.yml
Jack 80f09efd03
do not return the body even if it failed (#69706)
* do not return the body even if it failed

* add some tests for this and rebase

* import test task

* ignore_errors when fails

Co-authored-by: Jack Zhang <jack.zhang@aspiraconnect.com>
2020-06-01 09:55:38 -04:00

3 lines
110 B
YAML

bugfixes:
- uri - Don't return the body even if it failed
(https://github.com/ansible/ansible/issues/21003)