mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
Merge pull request #64 from 0xFelix/fix-cleanup-names
chore: Fix names in inventory cleanup Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
---
|
||||
- name: Create VMs
|
||||
- name: Delete VMs
|
||||
connection: local
|
||||
gather_facts: false
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: Create a VM
|
||||
- name: Delete a VM
|
||||
kubevirt.core.kubevirt_vm:
|
||||
state: absent
|
||||
name: testvm1
|
||||
namespace: default
|
||||
wait: true
|
||||
|
||||
- name: Create another VM
|
||||
- name: Delete another VM
|
||||
kubevirt.core.kubevirt_vm:
|
||||
state: absent
|
||||
name: testvm2
|
||||
|
||||
Reference in New Issue
Block a user