fixed typo for showing diff
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>pull/4420/head
parent
175d6346a2
commit
fd78916a73
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue