more information

pull/15204/head
Toshio Kuratomi 10 years ago committed by James Cammarata
parent ca41dbb603
commit 1d94e0f63b

@ -507,7 +507,8 @@ class Templar:
) )
else: else:
debug("failing because of a type error, template data is: %s" % data) debug("failing because of a type error, template data is: %s" % data)
raise AnsibleError("an unexpected type error occurred. Error was %s" % te) import traceback
raise AnsibleError("an unexpected type error occurred. Error was %s, tracback: %s" % (te, traceback.format_exc()))
if preserve_trailing_newlines: if preserve_trailing_newlines:
# The low level calls above do not preserve the newline # The low level calls above do not preserve the newline

Loading…
Cancel
Save