From a76bcd6bbefd71927a91ba921110a4a09abdcf62 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 14 Jun 2017 18:44:12 +0000 Subject: [PATCH] Use the correct postgres hostname in Bodhi's staging-sync playbook. Signed-off-by: Randy Barlow --- 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 3caed52acc..fa821a6782 100644 --- a/playbooks/manual/staging-sync/bodhi.yml +++ b/playbooks/manual/staging-sync/bodhi.yml @@ -25,7 +25,7 @@ # Here's the meaty part in the middle - name: drop and re-create the staging db entirely - hosts: pgbdr02.stg.phx2.fedoraproject.org + hosts: pgbdr.stg.phx2.fedoraproject.org user: root become: yes become_user: postgres