community.general/lib/ansible/plugins/action
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
..
__init__.py Fix stderr false return value (#22845) 2017-03-21 18:11:11 -04:00
add_host.py
asa_config.py
asa_template.py
assemble.py
assert.py
copy.py
debug.py
dellos6_config.py
dellos9_config.py
dellos10_config.py
eos.py correctly maps task arguments for eapi transport (#22490) 2017-03-11 09:45:55 -06:00
eos_config.py
eos_template.py
fail.py
fetch.py
group_by.py
include_vars.py
ios.py
ios_config.py
ios_template.py
iosxr.py
iosxr_config.py
iosxr_template.py
junos.py updates junos shared lib and action handler (#22541) 2017-03-12 08:37:45 -05:00
junos_config.py
junos_template.py
net_config.py
net_template.py
normal.py
nxos.py fixes mapping nxapi arguments for nxos action plugin (#22491) 2017-03-11 09:46:15 -06:00
nxos_config.py
nxos_template.py
ops_config.py
ops_template.py
package.py use namespaced facts 2017-03-21 17:10:15 -04:00
patch.py
pause.py
raw.py
script.py
service.py use namespaced facts 2017-03-21 17:10:15 -04:00
set_fact.py
set_stats.py
sros_config.py
synchronize.py
template.py
unarchive.py
vyos.py
vyos_config.py
wait_for_connection.py
win_copy.py
win_reboot.py
win_template.py