Further gemma fixes

This commit is contained in:
2026-06-10 18:18:47 +02:00
parent 51fd19f45a
commit 03ced3d1b1
2 changed files with 14 additions and 16 deletions
+1 -8
View File
@@ -9,14 +9,6 @@
- kvm_host_setup
tasks:
- name: Provision each VM
include_role:
name: os_config
vars:
vm_name: "{{ item.name }}"
os_type: "{{ item.os_type }}"
loop: "{{ vms }}"
- name: Launch each VM
include_role:
name: vm_provision
@@ -28,3 +20,4 @@
ram: "{{ item.ram }}"
disk: "{{ item.disk }}"
loop: "{{ vms }}"