mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
The module fails on switchport. Check added to fix. (#54970)
This commit is contained in:
parent
e3c79979c2
commit
f5d97205a0
3 changed files with 52 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue