mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fix exception on lookup ignore error
no log, so only_log ...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user