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