mirror of https://github.com/ansible/ansible.git
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().pull/65344/head
parent
53cf6c60cb
commit
339c442250
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- sysvinit - Add missing parameter ``module`` in call to ``daemonize()``.
|
Loading…
Reference in New Issue