community.general/lib/ansible/modules/network/ovs
Roman Bolshakov 3c53e2f8ea openvswitch_db: Split key-value pairs correctly (#33335)
Map values can contain commas, e.g.
    - name: Configure OVN bridge mapping
      openvswitch_db:
        state: present                                                                                                                                                                                                                                table: open_vswitch                                                                                                                                                                                                                           record: .                                                                                                                                                                                                                                     col: external_ids                                                                                                                                                                                                                             key: ovn-bridge-mappings
        value: '"vmnet-static:br-vmnet-st,vmnet-dynamic:br-vmnet-dyn"'

Previous behaviour was splitting the value and raised an exception.
2018-04-04 07:49:01 -06:00
..
__init__.py
openvswitch_bridge.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
openvswitch_db.py openvswitch_db: Split key-value pairs correctly (#33335) 2018-04-04 07:49:01 -06:00
openvswitch_port.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00