more information
This commit is contained in:
parent
5aef65edcd
commit
093b3422ec
1 changed files with 2 additions and 1 deletions
|
@ -504,7 +504,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…
Reference in a new issue