Proxmox inv fix agent string parsing (#2245) (#2255)

* Added handling for commas in the agent field for agent configuration

* Removed test statement

* Added changelog fragment

* Fixed spelling on fragment :-)

(cherry picked from commit 123b5a9a3c)

Co-authored-by: Jeffrey van Pelt <jeff@vanpelt.one>
This commit is contained in:
patchback[bot]
2021-04-17 10:43:59 +02:00
committed by GitHub
parent 4c13f10a05
commit 841286444e
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- proxmox inventory - added handling of commas in KVM agent configuration string (https://github.com/ansible-collections/community.general/pull/2245).