mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
remove debugging that was causing failure
This commit is contained in:
parent
8dfc54b517
commit
5ec8c28d2a
1 changed files with 0 additions and 1 deletions
|
@ -777,7 +777,6 @@ class LinuxService(Service):
|
||||||
if self.module.check_mode:
|
if self.module.check_mode:
|
||||||
self.module.exit_json(changed=self.changed)
|
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)
|
return self.execute_command("%s %s %s" % args)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue