6b81a39daa
* 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. (cherry picked from commit3c53e2f8ea
) * openvswitch_db: Make 'key' parameter optional (#42110) The OVSDB schema consists of typed columns. The 'key' parameter is required only for columns with type of a 'map'. This patch makes 'key' an optional parameter to allow setting values for other column types like int. Fixes #42108 (cherry picked from commit26b0908270
) (cherry picked from commit 01097715fd9466c64bfb37d7604d095275a5e9d8)
2 lines
108 B
YAML
2 lines
108 B
YAML
bugfixes:
|
|
- openvswitch_db - make 'key' argument optional https://github.com/ansible/ansible/issues/42108
|