mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
proxmox_kvm: allow setting format to null (None) (#1028)
* Allow setting format to null (None) * Use string instead of None for consistency * Add changelog * Update changelogs/fragments/1028-proxmox-kvm-linked-clone.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/misc/proxmox_kvm.py Co-authored-by: Felix Fontein <felix@fontein.de> * Substitute 'unspecified' format with None Co-authored-by: Lukasz Rzasik <lukasz.rzasik@dreamlab.net> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
277f2a7df5
commit
e3e66a57ec
2 changed files with 25 additions and 2 deletions
3
changelogs/fragments/1028-proxmox-kvm-linked-clone.yml
Normal file
3
changelogs/fragments/1028-proxmox-kvm-linked-clone.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- proxmox_kvm - fix issue causing linked clones not being create by allowing ``format=unspecified`` (https://github.com/ansible-collections/community.general/issues/1027).
|
Loading…
Add table
Add a link
Reference in a new issue