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
commit e20eb64c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).