proxmox_kvm: pool parameter not supported by qemu/<vmid>/config API endpoint (#1258) (#1300)

* proxmox_kvm: pool parameter not supported by API on update

* added changelog fragment

* format fix and pull request link added

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 726aa5ecf7)

Co-authored-by: thetuxkeeper <thetuxkeeper@gmail.com>
This commit is contained in:
patchback[bot]
2020-11-14 12:33:14 +01:00
committed by GitHub
parent 490495937b
commit 85fd4240f6
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- proxmox_kvm - ignore unsupported ``pool`` parameter on update (https://github.com/ansible-collections/community.general/pull/1258).