From ef51eef2191a91147fdd5467808aa7ced2cae50a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 24 Feb 2017 20:17:24 +0000 Subject: [PATCH] use the right db host for koji in staging --- playbooks/manual/staging-sync/koji.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/staging-sync/koji.yml b/playbooks/manual/staging-sync/koji.yml index 801b6237b0..8eb858666f 100644 --- a/playbooks/manual/staging-sync/koji.yml +++ b/playbooks/manual/staging-sync/koji.yml @@ -26,7 +26,7 @@ - name: drop and re-create the staging db entirely - hosts: db01.stg.phx2.fedoraproject.org + hosts: db-koij01.stg.phx2.fedoraproject.org user: root become: yes become_user: postgres