mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
0dfc21c826
commit
99f9f49eca
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class InventoryManager(object):
|
|||
tb = ''.join(traceback.format_tb(sys.exc_info()[2]))
|
||||
failures.append({'src': source, 'plugin': plugin_name, 'exc': AnsibleError(e), 'tb': tb})
|
||||
else:
|
||||
display.vvv("%s declined parsing %s as it did not pass it's verify_file() method" % (plugin_name, source))
|
||||
display.vvv("%s declined parsing %s as it did not pass its verify_file() method" % (plugin_name, source))
|
||||
else:
|
||||
if not parsed and failures:
|
||||
# only if no plugin processed files should we show errors.
|
||||
|
|
Loading…
Reference in a new issue