proxmox inventory - fix parsing for offline nodes (#2967)

* Initial commit

* Adding changelog fragment

* Applying initial review suggestions
This commit is contained in:
Ajpantuso 2021-07-10 10:39:51 -04:00 committed by GitHub
commit 111c5de550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- proxmox inventory plugin - fixed parsing failures when some cluster nodes are offline (https://github.com/ansible-collections/community.general/issues/2931).