ansible/changelogs/fragments/fix_ios_vlan_interface_issue.yaml
Nilashish Chakraborty 1bcc192580 Fix ios_vlan and ios_l2_interface issues in 2.6 (#44250)
* 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 Change Logs

* Fixed changelog entry

* Fixed changelog entry - 2
2018-08-21 08:27:33 -07:00

3 lines
129 B
YAML

---
bugfixes:
- ios_vlan - fix unable to work on certain interface types issue (https://github.com/ansible/ansible/pull/43819)