mirror of https://github.com/ansible/ansible.git
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.pull/38276/head
parent
5e990301bb
commit
3c53e2f8ea
Loading…
Reference in New Issue