ansible/lib/ansible
Chris Holland 339c442250
Added missing parameter (#69160)
The call to daemonize() in sysvinit.py was missing the module parameter included in the function definition in service.py.

This pull request simply adds that parameter, as the module is used for error handling in daemonize().
2020-04-28 15:31:48 +05:30
..
cli Revert "Fix missing persistent connection messages (#68496)" (#69147) 2020-04-27 11:58:57 +02:00
collections add collection plugin listing to ansible-doc (#68522) 2020-03-31 15:25:20 -04:00
compat
config Filter BLACKLIST_EXTS in PluginLoader (#69029) 2020-04-22 17:20:12 -05:00
errors Misc typo fixes (#66120) 2020-01-04 21:13:30 +05:30
executor Fix --start-at-task when skipping tasks with no name (#68951) 2020-04-21 09:39:17 +02:00
galaxy collection build should ignore .git files (#68750) 2020-04-23 15:27:19 -04:00
inventory inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
module_utils Bring back more objects that were exposes in _text (#69090) 2020-04-24 04:56:59 +10:00
modules Added missing parameter (#69160) 2020-04-28 15:31:48 +05:30
parsing safely use vault to edit secrets (#68644) 2020-04-03 10:19:01 -04:00
playbook Allow a collection role to call a standalone role by default (#69102) 2020-04-22 13:58:08 -05:00
plugins constructed inventory plugin: correct example (#69165) 2020-04-27 12:04:51 +05:30
template native types: literal_eval all the things (#68938) 2020-04-17 14:59:52 +02:00
utils fixed fetch traversal from slurp (#68720) 2020-04-08 14:28:51 -04:00
vars Allow tasks to notify a fqcn handler name (#68213) 2020-04-08 11:36:38 -05:00
__init__.py
constants.py add collection plugin listing to ansible-doc (#68522) 2020-03-31 15:25:20 -04:00
context.py
release.py