mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Remove useless code
This commit is contained in:
@@ -388,8 +388,6 @@ class LinuxService(Service):
|
|||||||
initpaths = [ '/etc/init.d' ]
|
initpaths = [ '/etc/init.d' ]
|
||||||
location = dict()
|
location = dict()
|
||||||
|
|
||||||
for binary in binaries:
|
|
||||||
location[binary] = None
|
|
||||||
for binary in binaries:
|
for binary in binaries:
|
||||||
location[binary] = self.module.get_bin_path(binary)
|
location[binary] = self.module.get_bin_path(binary)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user