mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
fixed typo
This commit is contained in:
@@ -348,7 +348,7 @@ def main():
|
|||||||
# this should not happen?
|
# this should not happen?
|
||||||
module.fail_json(msg="Service is in unknown state", status=result['status'])
|
module.fail_json(msg="Service is in unknown state", status=result['status'])
|
||||||
|
|
||||||
result['state'] = f module.params['state']
|
result['state'] = module.params['state']
|
||||||
|
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user