Mention the extent of the destruction in prompt.

This commit is contained in:
Ralph Bean 2014-10-13 16:27:40 +00:00
parent 41f87a57aa
commit 9cad1dd3dc

View file

@ -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