community.general/lib/ansible/plugins/action
Dag Wieers 39c9c6b942 Ensure that command/shell errors are displayed
This fix ensures that if there are specific module errors (in our case
the python interpreter was not found) then command and shell returns a
proper error.

It also fixes a few other imperfections that we noticed during
troubleshooting:

- Return the real RC if it were available
- Improve a dictionary evaluation using .get()
- Return an RC of -1 if it is unknown (instead of returning 0)

This fixes #18846
2016-12-16 21:46:02 -05:00
..
__init__.py Ensure that command/shell errors are displayed 2016-12-16 21:46:02 -05:00
add_host.py
asa_config.py
asa_template.py
assemble.py
assert.py
async.py
copy.py
debug.py
dellos6_config.py
dellos9_config.py
dellos10_config.py
eos_config.py
eos_template.py
fail.py
fetch.py
group_by.py
include_vars.py
ios_config.py
ios_template.py
iosxr_config.py
iosxr_template.py
junos_config.py
junos_template.py
net_config.py Assorted python3 fixes for network code. (#18777) 2016-12-15 16:25:03 -05:00
net_template.py
network.py adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
normal.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
sros_config.py
synchronize.py Fix synchronize retries (#18535) 2016-12-12 13:33:30 -08:00
template.py correct template lookup path 2016-12-14 12:25:08 -05:00
unarchive.py
vyos_config.py
win_copy.py
win_reboot.py
win_template.py