d72025be75
* nxos_interfaces: RMB state fixes * shippable fixes * Add add'l comments per review * fix long line * Fix mode/enabled system defaults handling * fix N3L test skips * lint * test updates for titanium images * doc fix
9 lines
193 B
YAML
9 lines
193 B
YAML
---
|
|
|
|
- name: Set system defaults for switchports
|
|
nxos_config:
|
|
lines: |
|
|
no system default switchport
|
|
system default switchport shutdown
|
|
|
|
- { include: cli.yaml, tags: ['cli'] }
|