mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
The module fails on switchport. Check added to fix. (#54970)
This commit is contained in:
committed by
Sumit Jaiswal
parent
e3c79979c2
commit
f5d97205a0
@@ -12,6 +12,15 @@
|
||||
- test4
|
||||
- test5
|
||||
|
||||
- name: Setup - Ensure interfaces are not switchport
|
||||
cnos_config:
|
||||
lines:
|
||||
- no shutdown
|
||||
- no switchport
|
||||
- no logging monitor
|
||||
parents:
|
||||
- "interface ethernet1/33"
|
||||
|
||||
- name: Create vrf
|
||||
cnos_vrf:
|
||||
name: test
|
||||
|
||||
Reference in New Issue
Block a user