community.general/lib/ansible/plugins
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
..
action Fix stderr false return value (#22845) 2017-03-21 18:11:11 -04:00
cache Fix PEP 8 issue. 2017-03-08 10:05:19 -08:00
callback Cast syslogport value from getenv as int (#22664) 2017-03-16 10:38:55 -07:00
connection replaces logging with display for network connection plugins (#22819) 2017-03-20 20:08:02 -07:00
filter more set/list stuff 2017-02-28 10:44:20 -05:00
lookup hashi_vault: fix token logic 2017-02-27 09:36:33 -05:00
shell Suppress Windows Add-Type debug noise (#22722) 2017-03-16 15:44:42 -07:00
strategy added docstring to get_hosts_left 2017-03-16 12:15:17 -04:00
terminal Fix junos prompt issue (#22536) 2017-03-13 08:11:38 -04:00
test added new tests any and all (#22665) 2017-03-15 18:09:25 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Graceful error message for abstract base classes in PluginLoader 2017-02-22 10:27:29 -05:00