From 2979a245d79b1dba0705e6a82df24a8d8aedb10e Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin@scrye.com>
Date: Thu, 26 Sep 2024 11:24:26 -0700
Subject: [PATCH] koji / upgrade: fix staging groups

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
---
 playbooks/manual/upgrade/koji.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/playbooks/manual/upgrade/koji.yml b/playbooks/manual/upgrade/koji.yml
index 16b828a906..e5dcee7076 100644
--- a/playbooks/manual/upgrade/koji.yml
+++ b/playbooks/manual/upgrade/koji.yml
@@ -24,7 +24,7 @@
 # - nagios outage stuff didn't seem to work as well as we would want last time.
 
 - name: preliminary tasks
-  hosts: koji:koji-stg
+  hosts: koji:koji_stg
   user: root
   vars_files: 
    - /srv/web/infra/ansible/vars/global.yml
@@ -79,7 +79,7 @@
     when: db_upgrade_file is defined
 
 - name: update and restart the koji hubs before we touch the builders
-  hosts: koji:koji-stg
+  hosts: koji:koji_stg
   user: root
   vars_files: 
    - /srv/web/infra/ansible/vars/global.yml
@@ -95,7 +95,7 @@
     ignore_errors: true
 
 - name: update and restart the koji builders, now that we're done with the hubs
-  hosts: builders:builders-stg
+  hosts: builders:builders_stg
   user: root
   vars_files: 
    - /srv/web/infra/ansible/vars/global.yml