Commit 307ab1f5 by Brian Coca

and it was supposed to be a dict

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
parent fd78916a
......@@ -147,7 +147,7 @@ def main():
if rc:
module.fail_json(msg=e)
curr = { question: value }
prev = (question: prev[question])
prev = {question: prev[question]}
module.exit_json(changed=changed, msg=msg, current=curr, previous=prev)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment