ansible/changelogs/fragments/ovs-46c4645b69c20178.yaml
Daniel Mellado Area 20fa1156b7 Add support for vlan update on ovs bridges (#57168)
This commit adds support for vlan update on openvswitch_bridge module.

(cherry picked from commit 091bebcbf7)
2019-06-19 06:18:30 -07:00

4 lines
233 B
YAML

bugfixes:
- openvswitch_bridge - The module was not properly updating the vlan when
updating a bridge. This is now fixed so vlans are properly updated and
tests has been put in place to check that this doesn't break again.