mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
warning message improved (#42969)
This commit is contained in:
@@ -198,7 +198,7 @@ class FactsBase(object):
|
||||
try:
|
||||
return resp[0]
|
||||
except IndexError:
|
||||
self.warnings.append('command %s failed, facts will not be populated' % command_string)
|
||||
self.warnings.append('command %s failed, facts for this command will not be populated' % command_string)
|
||||
return None
|
||||
|
||||
def transform_dict(self, data, keymap):
|
||||
|
||||
Reference in New Issue
Block a user