Files
kubevirt.core/examples/play-delete.yml
Felix Matouschek 38c76a9545 Rename collection to kubevirt.core
This replaces all occurences of the old kubernetes.core name.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2023-08-03 13:03:10 +02:00

9 lines
171 B
YAML

- hosts: localhost
tasks:
- name: Delete VM
kubevirt.core.kubevirt_vm:
name: testvm
namespace: default
state: absent
wait: yes