From beb9ff91704cc1fd2c12ebd7f80ce428f136e8c1 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 26 May 2016 13:22:21 -0400 Subject: [PATCH] fixed typo --- system/systemd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/systemd.py b/system/systemd.py index 4610338e7a9..225055ee722 100644 --- a/system/systemd.py +++ b/system/systemd.py @@ -348,7 +348,7 @@ def main(): # this should not happen? 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)