fixed typo
This commit is contained in:
parent
472d5c11ef
commit
38d71b9eef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue