mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
* Detect failed sysvinit module - This checks the stderr instead of the rc to detect whether the sysvinit module was successful or not, as even when failing, the rc would be 0. - It immediatly became obvious that the debug info when failing was far too little to properly debug the role. To improve this, I also added the rc, stderr and stdout to the debug output. * Revert stderr check to rc check, rename out->stdout, err->stderr |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |