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:
Tristan Le Guern
2020-09-07 22:07:40 +02:00
committed by GitHub
parent 73f8338980
commit e20eb64c6e
2 changed files with 8 additions and 2 deletions

View File

@@ -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).