mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
warning message improved (#42969)
This commit is contained in:
@@ -198,7 +198,7 @@ class FactsBase(object):
|
|||||||
try:
|
try:
|
||||||
return resp[0]
|
return resp[0]
|
||||||
except IndexError:
|
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
|
return None
|
||||||
|
|
||||||
def transform_dict(self, data, keymap):
|
def transform_dict(self, data, keymap):
|
||||||
|
|||||||
Reference in New Issue
Block a user