mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
@@ -262,7 +262,7 @@ class CliBase(object):
|
||||
def get_config(self, commands):
|
||||
raise NotImplementedError
|
||||
|
||||
def load_config(self, commands):
|
||||
def load_config(self, commands, **kwargs):
|
||||
raise NotImplementedError
|
||||
|
||||
def save_config(self):
|
||||
|
||||
Reference in New Issue
Block a user