more information

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

@ -507,7 +507,8 @@ class Templar:
)
else:
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:
# The low level calls above do not preserve the newline

Loading…
Cancel
Save