From 1193ccd63bc160597fa3ba801613a2517500f892 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 13 May 2020 15:43:52 +0200 Subject: [PATCH] staging-sync/koji: fix the name of the groups having the koji builders in staging Signed-off-by: Pierre-Yves Chibon --- playbooks/manual/staging-sync/koji.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/staging-sync/koji.yml b/playbooks/manual/staging-sync/koji.yml index 1a26a4ab13..99cb3e04a2 100644 --- a/playbooks/manual/staging-sync/koji.yml +++ b/playbooks/manual/staging-sync/koji.yml @@ -132,7 +132,7 @@ service: name=kojira state=started - name: remount NFS on builders, composers, bodhi and odcs - hosts: builders-stg:releng-stg:bodhi-backend-stg:odcs-backend-stg:odcs-frontend-stg + hosts: builders_stg:releng-stg:bodhi-backend-stg:odcs-backend-stg:odcs-frontend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -151,7 +151,7 @@ when: "'.s390.' not in inventory_hostname" - name: restart kojid on staging builders - hosts: builders-stg + hosts: builders_stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml