fixed check mode

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
reviewable/pr18780/r1
Brian Coca 12 years ago
parent 090b64f828
commit e0e50b5936

@ -561,7 +561,7 @@ class LinuxService(Service):
break
if self.module.check_mode:
self.module.exit_json(changed=changed)
self.module.exit_json(changed=self.changed)
if not self.changed:
return

Loading…
Cancel
Save