mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 12:31:43 -07:00
proxmox_kvm: Add required timeout arg when force deleting (#6827)
* Add required timeout arg when force deleting * Add changelog fragment * Update changelogs/fragments/6827-proxmox_kvm-force-delete-bug-fix.yaml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
99a35b1664
commit
216962a98c
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- proxmox_kvm - ``absent`` state with ``force`` specified failed to stop the VM due to the ``timeout`` value not being passed to ``stop_vm`` (https://github.com/ansible-collections/community.general/pull/6827).
|
Loading…
Add table
Add a link
Reference in a new issue