mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Fixes #42734 - typo in update-rc.d detection
This commit is contained in:
committed by
Brian Coca
parent
1fdd84b88c
commit
f0463befc7
@@ -155,7 +155,7 @@ def main():
|
||||
|
||||
# locate binaries for service management
|
||||
paths = ['/sbin', '/usr/sbin', '/bin', '/usr/bin']
|
||||
binaries = ['chkconfig', ' update-rc.d', 'insserv', 'service']
|
||||
binaries = ['chkconfig', 'update-rc.d', 'insserv', 'service']
|
||||
|
||||
# Keeps track of the service status for various runlevels because we can
|
||||
# operate on multiple runlevels at once
|
||||
|
||||
Reference in New Issue
Block a user