mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
Merge pull request #3477 from bcoca/fix_service_checkmode
fixed check mode for service module
This commit is contained in:
commit
714cb02f5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue