Fixed a Bug in the service module state changed recognition

pull/4420/head
Ingo Gottwald 2012-08-02 17:18:25 +02:00
parent c192d8a2b2
commit 25b52109b4
1 changed files with 0 additions and 2 deletions

View File

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