mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
10 lines
243 B
YAML
10 lines
243 B
YAML
- name: Playbook terminating a virtual machine with data volume
|
|
hosts: localhost
|
|
tasks:
|
|
- name: Delete VM
|
|
kubevirt.core.kubevirt_vm:
|
|
name: testvm-with-dv
|
|
namespace: default
|
|
state: absent
|
|
wait: yes
|