Commit 25b52109 by Ingo Gottwald

Fixed a Bug in the service module state changed recognition

parent c192d8a2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment