1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Ted Timmons 887456ab8e Fix stderr false return value (#22845)
* ensure exit_json does not fail from stderr=False

- do a little bit of safety-checking in exit_json to not try to .splitlines() on a boolean
- remove the stderr=boolean from uri.py, this is the only spot that uses it (at least so obviously)
- add unit tests that call exit_json. These are useless because the stderr parsing is in _execute_module and is difficult to mock; deleting these tests after the commit.

* remove added unit tests per prev commit

exit_json doesn't do the param parsing, that is buried deep inside _execute_module.
2017-03-21 18:11:11 -04:00
..
cli CLI: unfrack --private-key path 2017-03-20 11:40:17 -07:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors removes unneeded exception 2017-03-20 09:56:56 -04:00
executor namespace facts (#18445) 2017-03-15 17:12:16 -07:00
galaxy Add role skeleton support (#17079) 2017-03-01 20:23:18 -05:00
inventory allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00
module_utils Add storage device WWN to facts for Linux (#16640) 2017-03-21 16:51:18 -04:00
modules Fix stderr false return value (#22845) 2017-03-21 18:11:11 -04:00
parsing readded !vault-encrypted for backwards compat 2017-03-16 12:13:15 -04:00
playbook added new 'order' directive to sort hosts in play 2017-03-16 12:13:29 -04:00
plugins Fix stderr false return value (#22845) 2017-03-21 18:11:11 -04:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils [WIP] Network module docs 2.3 (#22454) 2017-03-15 16:00:43 +00:00
vars allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py removed deprecated config/env vars 2017-03-21 14:02:39 -04:00
release.py Bumping devel version to 2.4.0 2017-03-15 09:42:01 -05:00