mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-15 05:11:23 +00:00
remove debugging that was causing failure
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user