mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -07:00
* 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. |
||
---|---|---|
.. | ||
__init__.py | ||
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 | ||
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 | ||
junos_config.py | ||
junos_template.py | ||
net_config.py | ||
net_template.py | ||
normal.py | ||
nxos.py | ||
nxos_config.py | ||
nxos_template.py | ||
ops_config.py | ||
ops_template.py | ||
package.py | ||
patch.py | ||
pause.py | ||
raw.py | ||
script.py | ||
service.py | ||
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 |