proxmox - fixing onboot parameter causing module failure when not defined (#3874)

* fixing onboot parameter when not supplied

* adding changelog fragment
This commit is contained in:
Andrew Pantuso
2021-12-14 00:46:49 -05:00
committed by GitHub
parent 8825ef4711
commit 00a1152bb1
3 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
bugfixes:
- proxmox - fixed ``onboot`` parameter causing module failures when undefined
(https://github.com/ansible-collections/community.general/issues/3844).