Change Proxmox agent argument to string. (#5107)

* Change Proxmox `agent` argument to string.

* Add changelog entry.

* Pass boolean directly to `proxmoxer`.
This commit is contained in:
Markus Reiter
2022-08-20 13:21:07 +02:00
committed by GitHub
parent 3c960ac620
commit 0be7b6e7b9
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).