mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-28 18:34:36 +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
|
connection: local
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create a VM
|
- name: Delete a VM
|
||||||
kubevirt.core.kubevirt_vm:
|
kubevirt.core.kubevirt_vm:
|
||||||
state: absent
|
state: absent
|
||||||
name: testvm1
|
name: testvm1
|
||||||
namespace: default
|
namespace: default
|
||||||
wait: true
|
wait: true
|
||||||
|
|
||||||
- name: Create another VM
|
- name: Delete another VM
|
||||||
kubevirt.core.kubevirt_vm:
|
kubevirt.core.kubevirt_vm:
|
||||||
state: absent
|
state: absent
|
||||||
name: testvm2
|
name: testvm2
|
||||||
|
|||||||
Reference in New Issue
Block a user