Mention the extent of the destruction in prompt.
This commit is contained in:
parent
41f87a57aa
commit
9cad1dd3dc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
when: inventory_hostname not in result.list_vms
|
when: inventory_hostname not in result.list_vms
|
||||||
|
|
||||||
- name: pause for 30s before doing it
|
- 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
|
- name: destroy the vm
|
||||||
action: virt name={{ inventory_hostname }} command=destroy
|
action: virt name={{ inventory_hostname }} command=destroy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue