Fix exception when agent argument is not specified. (#5194)

This commit is contained in:
Markus Reiter 2022-08-28 12:03:27 +02:00 committed by GitHub
commit 82d69bb871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "proxmox_kvm - fix exception when no ``agent`` argument is specified (https://github.com/ansible-collections/community.general/pull/5194)."