mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Actually fix eos_facts feature detection (#43155)
This commit is contained in:
parent
1d5f881f5c
commit
8a0967554f
3 changed files with 4 additions and 3 deletions
|
@ -153,7 +153,7 @@ class FactsBase(object):
|
|||
self.responses = None
|
||||
|
||||
def populate(self):
|
||||
self.responses = run_commands(self.module, list(self.COMMANDS))
|
||||
self.responses = run_commands(self.module, list(self.COMMANDS), check_rc=False)
|
||||
|
||||
|
||||
class Default(FactsBase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue