mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
- Enable production profile - Remove excludes no longer necessary - Try to not skip any tests Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
10 lines
226 B
YAML
10 lines
226 B
YAML
- name: Playbook instantiating a virtual machine
|
|
hosts: localhost
|
|
tasks:
|
|
- name: Create VM
|
|
kubevirt.core.kubevirt_vm:
|
|
state: present
|
|
name: testvm
|
|
namespace: default
|
|
running: false
|