1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correct grammar (#57385)

"it's" == "it is"
"its" == "belonging to it"
This commit is contained in:
Paul Gear 2019-06-07 05:05:01 +10:00 committed by Brian Coca
parent 0dfc21c826
commit 99f9f49eca

View file

@ -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.