mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user