mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
proxmox_kvm: 500 error args parameter (#1783)
* don't add args if set to 'no_defaults' * never add force even if false, will require archive parameter other which is not implemented * remove trailing whitespace * add changelog fragment * Update changelogs/fragments/1783-proxmox-kvm-fix-args-500-error.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8fae693d9c
commit
5aac81bdd1
2 changed files with 8 additions and 3 deletions
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- proxmox_kvm - do not add ``args`` if ``proxmox_default_behavior`` is set to no_defaults (https://github.com/ansible-collections/community.general/issues/1641).
|
||||
- proxmox_kvm - stop implicitly adding ``force`` equal to ``false``. Proxmox API requires not implemented parameters otherwise, and assumes ``force`` to be ``false`` by default anyways (https://github.com/ansible-collections/community.general/pull/1783).
|
Loading…
Add table
Add a link
Reference in a new issue