Commit 5ec8c28d by Toshio Kuratomi

remove debugging that was causing failure

parent 8dfc54b5
......@@ -777,7 +777,6 @@ class LinuxService(Service):
if self.module.check_mode:
self.module.exit_json(changed=self.changed)
self.module.fail_json(msg=self.execute_command("%s %s %s" % args))
return self.execute_command("%s %s %s" % args)
......
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