Skip to content

Commit

Permalink
fix(infrastructure): proper indent for images in compute resources (#187
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hairmare authored Dec 10, 2024
1 parent d3c86dc commit 06abb26
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions roles/infrastructure/tasks/compute_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
provider: libvirt
provider_params:
url: qemu+ssh://[email protected]/system
images:
- name: AlmaLinux-9-GenericCloud-9.4-20240507.x86_64.qcow2
operatingsystem: AlmaLinux 9
architecture: "x86_64"
image_username: almalinux
user_data: true
uuid: /var/lib/libvirt/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
images:
- name: AlmaLinux-9-GenericCloud-9.4-20240507.x86_64.qcow2
operatingsystem: AlmaLinux 9
architecture: "x86_64"
image_username: almalinux
user_data: true
uuid: /var/lib/libvirt/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
- name: server-009.dmz-admin.int.rabe.ch
state: present
description: DMZ libvirt hypervisor server-009.dmz-admin.int.rabe.ch
Expand All @@ -50,10 +50,10 @@
provider: libvirt
provider_params:
url: qemu+ssh://[email protected]/system
images:
- name: AlmaLinux-9-GenericCloud-9.4-20240507.x86_64.qcow2
operatingsystem: AlmaLinux 9
architecture: "x86_64"
image_username: almalinux
user_data: true
uuid: /var/lib/libvirt/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2
images:
- name: AlmaLinux-9-GenericCloud-9.4-20240507.x86_64.qcow2
operatingsystem: AlmaLinux 9
architecture: "x86_64"
image_username: almalinux
user_data: true
uuid: /var/lib/libvirt/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2

0 comments on commit 06abb26

Please sign in to comment.