mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Cleanup openswitch
Also bump get_config in vyos, to pick up the addition of **kwargs Closes #17415
This commit is contained in:
@@ -259,7 +259,7 @@ class CliBase(object):
|
||||
def configure(self, commands):
|
||||
raise NotImplementedError
|
||||
|
||||
def get_config(self, commands):
|
||||
def get_config(self, **kwargs):
|
||||
raise NotImplementedError
|
||||
|
||||
def load_config(self, commands, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user