I'm getting this golden nugget when trying to launch a stack with the
cloudformation module:
I found the relevant code in module_common.py, but I'm not sure what
it's trying to tell me.
Any ideas?
"TASK: [launch zombie stack] ***************************************************
failed: [127.0.0.1] => {"failed": true, "item": "", "parsed": false}
invalid output was: Traceback (most recent call last):
File "/Users/jmartin/.ansible/tmp/ansible-1372284392.12-102223282280847/cloudformation",
line 1156, in <module>
main()
File "/Users/jmartin/.ansible/tmp/ansible-1372284392.12-102223282280847/cloudformation",
line 199, in main
module.fail_json(**result)
File "/Users/jmartin/.ansible/tmp/ansible-1372284392.12-102223282280847/cloudformation",
line 994, in fail_json
assert 'msg' in kwargs, "implementation error -- msg to explain
the error is required"
AssertionError: implementation error -- msg to explain the error is required"
Thanks,
James