mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
sysvinit: Fix for false changed messages (#42956)
This commit is contained in:
committed by
Brian Coca
parent
b6f8de9204
commit
e129616ba6
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user