mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9 lines
397 B
YAML
9 lines
397 B
YAML
|
---
|
||
|
bugfixes:
|
||
|
- proxmox inventory plugin - fixed the ``description`` field being ignored if
|
||
|
it contained a comma
|
||
|
(https://github.com/ansible-collections/community.general/issues/4348).
|
||
|
- proxmox inventory plugin - always convert strings that follow the
|
||
|
``key=value[,key=value[...]]`` form into dictionaries
|
||
|
(https://github.com/ansible-collections/community.general/pull/4349).
|