mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fix nxos_vpc issues (#35868)
This commit is contained in:
@@ -61,6 +61,6 @@ class TestNxosVpcModule(TestNxosModule):
|
||||
peer_gw=True, auto_recovery=True))
|
||||
self.execute_module(changed=True, commands=[
|
||||
'vpc domain 100', 'terminal dont-ask', 'role priority 32667', 'system-priority 2000',
|
||||
'peer-keepalive destination 192.168.100.4 source 10.1.100.20 vrf management',
|
||||
'peer-keepalive destination 192.168.100.4 source 10.1.100.20',
|
||||
'peer-gateway', 'auto-recovery',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user