mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
proxmox_kvm: allow force to be use with state=absent (#849)
In this case a running VM will be automaticaly shut down before being removed. With updates from Andrew Klychkov <aaklychkov@mail.ru>.
This commit is contained in:
parent
73f8338980
commit
e20eb64c6e
2 changed files with 8 additions and 2 deletions
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
breaking_changes:
|
||||
- proxmox_kvm - recognize ``force=yes`` in conjunction with ``state=absent`` to forcibly remove a running VM (https://github.com/ansible-collections/community.general/pull/849).
|
Loading…
Add table
Add a link
Reference in a new issue