Change Proxmox agent argument to string. (#5107) (#5130)

* Change Proxmox `agent` argument to string.

* Add changelog entry.

* Pass boolean directly to `proxmoxer`.

(cherry picked from commit 0be7b6e7b9)

Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
patchback[bot]
2022-08-20 13:34:05 +02:00
committed by GitHub
parent a509c08b3a
commit 6cd2b4f93b
2 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- proxmox_kvm - allow ``agent`` argument to be a string (https://github.com/ansible-collections/community.general/pull/5107).