mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
warning message improved (#42969)
This commit is contained in:
parent
70564ffd89
commit
bea8e0200c
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue