From 9cad1dd3dc71a3ae3da624514b2595ec930afdb7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 13 Oct 2014 16:27:40 +0000 Subject: [PATCH] Mention the extent of the destruction in prompt. --- playbooks/destroy_virt_inst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/destroy_virt_inst.yml b/playbooks/destroy_virt_inst.yml index 5924a7f1d7..d42871c0b6 100644 --- a/playbooks/destroy_virt_inst.yml +++ b/playbooks/destroy_virt_inst.yml @@ -25,7 +25,7 @@ when: inventory_hostname not in result.list_vms - name: pause for 30s before doing it - pause: seconds=30 prompt="Destroying vm now {{ target }}, abort if this is wrong" + pause: seconds=30 prompt="Destroying (and lvremove for) vm now {{ target }}, abort if this is wrong" - name: destroy the vm action: virt name={{ inventory_hostname }} command=destroy