mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Cleanup openswitch
Also bump get_config in vyos, to pick up the addition of **kwargs Closes #17415
This commit is contained in:
parent
1e7e3aad0e
commit
fcd4be28ee
3 changed files with 7 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue