ansible/changelogs/fragments/fix_ios_l2_interface.yaml
Nilashish Chakraborty 847a7f9ca5 Fix ios_vlan and ios_l2_interface issues CP in 2.5 (#44253)
* Fixes ios_l2_interface and ios_vlan not working on certain interface types issue (#43819)

* Fixes #43654 and #43582

* Remove q statement

* Fix shippable errors

* Fix more shippable errors

* Fix unittest

(cherry picked from commit b14f256d41)

* Added changelog entries

* Fixed Shippable yamllint error
2018-09-05 11:04:07 -07:00

3 lines
124 B
YAML

---
bugfixes:
- ios_l2_interface - fix issue with certain interface types (https://github.com/ansible/ansible/pull/43819)