1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins
Brian Coca 957b376f9e better module error handling
* now module errors clearly state msg=MODULE FAILURE
* module's stdout and stderr go into module_stdout and module_stderr keys
which only appear during parsing failure
* invocation module_args are deleted from results provided by action
plugin as errors can keep us from overwriting and then disclosing info that
was meant to be kept hidden due to no_log
* fixed invocation module_args set by basic.py as it was creating different
keys as the invocation in action plugin base.
* results now merge
2015-12-22 23:01:56 -05:00
..
action better module error handling 2015-12-22 23:01:56 -05:00
cache substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as instance attribute 2015-11-12 16:52:02 +01:00
callback clean debug output to match prev versions 2015-12-15 09:27:53 -05:00
connection Revert "Enable host_key checking at the strategy level" 2015-12-17 12:43:47 -05:00
filter Fixing template integration test for python 2.6 versions 2015-12-16 18:22:22 -05:00
inventory Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
lookup no need to be executable 2015-11-16 14:40:35 -08:00
shell changed shell delimiters for csh 2015-12-12 16:10:18 -05:00
strategy Revert "Enable host_key checking at the strategy level" 2015-12-17 12:43:47 -05:00
test Revert "success should not include skipped" 2015-11-19 11:12:18 -08:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Fix non-module plugins picking up files that did not end in .py. 2015-11-19 09:39:37 -08:00