mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
7450629733
commit
8b3ae1e806
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Config(object):
|
||||||
|
|
||||||
def __call__(self, commands):
|
def __call__(self, commands):
|
||||||
lines = to_list(commands)
|
lines = to_list(commands)
|
||||||
return self.connection.configure(commands)
|
return self.connection.configure(lines)
|
||||||
|
|
||||||
def load_config(self, commands, **kwargs):
|
def load_config(self, commands, **kwargs):
|
||||||
commands = to_list(commands)
|
commands = to_list(commands)
|
||||||
|
|
Loading…
Reference in a new issue