mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 12:31:43 -07:00
proxmox_kvm | Expose timeout param to stopped state (#6570)
* Expose timeout param to stopped state Forcefully stop virtual machine using timeout param for proxmox vm shutdown api call. * Add changelog fragment * Typo fix in timeout param description * Update changelogs/fragments/6570-handle-shutdown-timeout.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/proxmox_kvm.py Co-authored-by: Felix Fontein <felix@fontein.de> * Revert back exception message --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c76af60a73
commit
b133aa40c6
2 changed files with 12 additions and 5 deletions
3
changelogs/fragments/6570-handle-shutdown-timeout.yaml
Normal file
3
changelogs/fragments/6570-handle-shutdown-timeout.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- proxmox_kvm - re-use ``timeout`` module param to forcefully shutdown a virtual machine when ``state`` is ``stopped`` (https://github.com/ansible-collections/community.general/issues/6257).
|
Loading…
Add table
Add a link
Reference in a new issue