From 9032b1461014c9ea5681c9e5a9682811d1c2ab59 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:19:57 +0200 Subject: [PATCH] [PR #8503/3314d5c8 backport][stable-8] proxmox_kvm: document that force requires archive (#8525) proxmox_kvm: document that force requires archive (#8503) * proxmox_kvm: document that force requires archive As per `qm(1)`, the force option requires `archive`. Add this information in the `proxmox_kvm` module so one will know they have to define `archive` when using `force`. * fix: parameter is an option O(archive) Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein (cherry picked from commit 3314d5c8dbf34cf005e692198aaa72051e44cb7a) Co-authored-by: Bruno Travouillon --- plugins/modules/proxmox_kvm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/proxmox_kvm.py b/plugins/modules/proxmox_kvm.py index 8779dcdc1f..60d72cd61c 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -172,6 +172,7 @@ options: - Allow to force stop VM. - Can be used with states V(stopped), V(restarted), and V(absent). - This option has no default unless O(proxmox_default_behavior) is set to V(compatibility); then the default is V(false). + - Requires parameter O(archive). type: bool format: description: