From 3314d5c8dbf34cf005e692198aaa72051e44cb7a Mon Sep 17 00:00:00 2001 From: Bruno Travouillon Date: Mon, 17 Jun 2024 01:07:07 -0400 Subject: [PATCH] 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 --- 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 9fe805c7ab..71cbb51fc1 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -174,6 +174,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: