ansible/changelogs/fragments/69160-add-missing-parameter.yaml
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

3 lines
84 B
YAML

bugfixes:
- sysvinit - Add missing parameter ``module`` in call to ``daemonize()``.