mirror of https://github.com/ansible/ansible.git
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
pull/44302/merge
parent
8407bdaa78
commit
1bcc192580
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- ios_l2_interface - fix issue with certain interface types (https://github.com/ansible/ansible/pull/43819)
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- ios_vlan - fix unable to work on certain interface types issue (https://github.com/ansible/ansible/pull/43819)
|
||||||
Loading…
Reference in New Issue