mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
97e12b0898
commit
c85d794d83
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class Nxapi:
|
|||
|
||||
return responses
|
||||
|
||||
def load_config(self, config):
|
||||
def load_config(self, commands):
|
||||
"""Sends the ordered set of commands to the device
|
||||
"""
|
||||
cmds = ['configure terminal']
|
||||
|
|
Loading…
Reference in a new issue