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

* fixing onboot parameter when not supplied

* adding changelog fragment

(cherry picked from commit 00a1152bb1)

Co-authored-by: Andrew Pantuso <ajpantuso@gmail.com>
This commit is contained in:
patchback[bot]
2021-12-14 07:00:32 +01:00
committed by GitHub
parent 5d6fcaef53
commit 130d07948a
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).