mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 13:29:08 -07:00
Ios test fixes (#40503)
* Return messages generated from edit_config to module * This does not seem to work that way * Change test IP addresses to not conflict with device config
This commit is contained in:
parent
8d39515914
commit
eb818df1ec
5 changed files with 15 additions and 12 deletions
|
@ -165,4 +165,4 @@ def run_commands(module, commands, check_rc=True):
|
|||
def load_config(module, commands):
|
||||
connection = get_connection(module)
|
||||
|
||||
out = connection.edit_config(commands)
|
||||
return connection.edit_config(commands)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue