mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove useless code
This commit is contained in:
parent
56c94dc834
commit
6a8bc42014
1 changed files with 0 additions and 2 deletions
|
@ -388,8 +388,6 @@ class LinuxService(Service):
|
|||
initpaths = [ '/etc/init.d' ]
|
||||
location = dict()
|
||||
|
||||
for binary in binaries:
|
||||
location[binary] = None
|
||||
for binary in binaries:
|
||||
location[binary] = self.module.get_bin_path(binary)
|
||||
|
||||
|
|
Loading…
Reference in a new issue