Commit 0664e36a by Brian Coca

fixed check mode

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
parent 1bf4a4fa
......@@ -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
......
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