mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
add_host.py | ||
assemble.py | ||
assert.py | ||
async.py | ||
copy.py | ||
debug.py | ||
fail.py | ||
fetch.py | ||
group_by.py | ||
include_vars.py | ||
normal.py | ||
package.py | ||
patch.py | ||
pause.py | ||
raw.py | ||
script.py | ||
set_fact.py | ||
synchronize.py | ||
template.py | ||
unarchive.py | ||
win_copy.py | ||
win_template.py |