proxmox: default value when checking for dict key (#6838)

* proxmox: default value when checking for dict key

* add changelog frag
This commit is contained in:
Alexei Znamensky 2023-07-08 08:24:32 +12:00 committed by GitHub
commit 49349fce5e
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 - fix error when a configuration had no ``template`` field (https://github.com/ansible-collections/community.general/pull/6838, https://github.com/ansible-collections/community.general/issues/5372).