mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Actually fix eos_facts feature detection (#43155)
This commit is contained in:
@@ -239,7 +239,7 @@ class Eapi:
|
||||
|
||||
return response
|
||||
|
||||
def run_commands(self, commands):
|
||||
def run_commands(self, commands, check_rc=True):
|
||||
"""Runs list of commands on remote device and returns results
|
||||
"""
|
||||
output = None
|
||||
|
||||
Reference in New Issue
Block a user