Files
community.general/lib/ansible/modules/network
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
..
2018-02-16 18:26:07 +00:00
2017-12-07 20:25:55 +00:00
2018-01-30 19:00:29 +00:00
2017-12-07 20:25:55 +00:00
2018-04-03 02:53:44 -04:00
2016-12-08 11:22:22 -05:00