fix exception on lookup ignore error

no log, so only_log ...
pull/4420/head
Brian Coca 2018-04-16 16:55:04 -04:00 committed by Brian Coca
parent 0ea7329553
commit 135ec86eb5
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ class Templar:
if errors == 'warn':
display.warning(msg)
elif errors == 'ignore':
display.log(msg)
display.display(msg, log_only=True)
else:
raise AnsibleError(to_native(msg))
ran = None