From e63dc2e79ce2b24d86f33c1ff5a38f151f313b59 Mon Sep 17 00:00:00 2001 From: Sergey Bubnov Date: Sat, 25 May 2019 15:05:52 +0400 Subject: [PATCH] force stop the VM --- roles/pve/tasks/destroy_vm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pve/tasks/destroy_vm.yml b/roles/pve/tasks/destroy_vm.yml index a3fd344..76102c3 100644 --- a/roles/pve/tasks/destroy_vm.yml +++ b/roles/pve/tasks/destroy_vm.yml @@ -21,6 +21,7 @@ api_host: "{{env.pve.api_url}}" name: "{{vm_name}}" state: stopped + force: yes timeout: 120 - name: destroying vm proxmox_kvm: