Skip to content

Commit 59c194b

Browse files
authored
fix(hostgroup): Wrong hostgroup for vm-2001 (#204)
Fix a copypasta fail, where vm-2001 hostgroup mistakenly gets attached to server-009 hostgroup.
1 parent 7f5cd2e commit 59c194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/foreman/tasks/host_groups.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
compute_profile: "1-Small"
208208
- name: vm-2001.dmz.int.rabe.ch
209209
description: AlmaLinux 9 DMZ virtual machine vm-2001 for running reverse-proxy container
210-
parent: RaBe Core/RaBe Base/EL9/AlmaLinux 9/AlmaLinux 9 DMZ server-009 VMs
210+
parent: RaBe Core/RaBe Base/EL9/AlmaLinux 9/AlmaLinux 9 DMZ server-008 VMs
211211
organization: RaBe
212212
location: Randweg
213213
ansible_roles:

0 commit comments

Comments
 (0)