mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue