mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
parent
4e325274d6
commit
2077e32ddd
2 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue