mirror of https://github.com/ansible/ansible.git
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
pull/45243/head
parent
3e6cc1abd5
commit
847a7f9ca5
@ -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