From f3c79b476a085b54acfc2aad17e92cd3044db929 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 9 Mar 2022 19:26:04 +1000 Subject: [PATCH] Make bodhi staging sync use the correct db URI Signed-off-by: Ryan Lerch --- playbooks/manual/staging-sync/bodhi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/staging-sync/bodhi.yml b/playbooks/manual/staging-sync/bodhi.yml index bc544b52f5..ab680f8183 100644 --- a/playbooks/manual/staging-sync/bodhi.yml +++ b/playbooks/manual/staging-sync/bodhi.yml @@ -43,7 +43,7 @@ # Here's the meaty part in the middle - name: drop and re-create the staging db entirely - hosts: pgbdr01.stg.iad2.fedoraproject.org + hosts: db01.stg.iad2.fedoraproject.org user: root become: yes become_user: postgres