1
0
Fork 0
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:
Alexander Gubin 2018-07-19 11:17:34 +00:00 committed by Brian Coca
parent b6f8de9204
commit e129616ba6

View file

@ -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):