Files
community.general/lib/ansible/plugins/callback
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
..
2016-11-18 11:41:56 -05:00
2016-12-13 13:51:13 -05:00
2016-11-08 11:17:05 -05:00
2016-11-02 10:02:56 -04:00
2015-12-01 14:06:54 -08:00