Fixed a Bug in the service module state changed recognition
parent
c192d8a2b2
commit
25b52109b4
|
@ -158,8 +158,6 @@ def main():
|
|||
|
||||
if module.params['enabled']:
|
||||
rc_enable, out_enable, err_enable = _do_enable(name, enable)
|
||||
if rc == 0:
|
||||
changed = True
|
||||
rc += rc_enable
|
||||
out += out_enable
|
||||
err += err_enable
|
||||
|
|
Loading…
Reference in New Issue