Correctly handle exception when no VM name returned by proxmox (#4508) (#4529)

(cherry picked from commit 8076f16aa9)

Co-authored-by: Marcin <stolarek.marcin@gmail.com>
This commit is contained in:
patchback[bot] 2022-04-19 20:04:43 +02:00 committed by GitHub
commit 4d22d0790d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- proxmox_kvm - fix a bug when getting a state of VM without name will fail (https://github.com/ansible-collections/community.general/pull/4508).