ansible/test/integration/targets/nxos_interfaces/tasks/main.yaml
Chris Van Heuveln d72025be75 nxos_interfaces: RMB state fixes (#63960)
* 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
2019-12-13 18:06:21 +05:30

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'] }