mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
sysvinit: Fix for false changed messages (#42956)
This commit is contained in:
parent
b6f8de9204
commit
e129616ba6
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ def main():
|
|||
if not worked:
|
||||
# hail mary
|
||||
if rc == 0:
|
||||
is_started = True
|
||||
worked = True
|
||||
# ps for luck, can only assure positive match
|
||||
elif get_ps(module, name):
|
||||
|
|
Loading…
Reference in a new issue