mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
9 lines
177 B
YAML
9 lines
177 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Delete VM
|
|
kubernetes.kubevirt.kubevirt_vm:
|
|
name: testvm
|
|
namespace: default
|
|
state: absent
|
|
wait: yes
|