mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
10 lines
218 B
YAML
10 lines
218 B
YAML
- name: Playbook terminating a virtual machine
|
|
hosts: localhost
|
|
tasks:
|
|
- name: Delete VM
|
|
kubevirt.core.kubevirt_vm:
|
|
name: testvm
|
|
namespace: default
|
|
state: absent
|
|
wait: yes
|