remove debugging that was causing failure

This commit is contained in:
Toshio Kuratomi 2014-09-17 10:25:54 -07:00
parent 2e16bd3a44
commit a50258d26a

View file

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