From 4bd13c822967b342ce17ae0a485937baa230221e Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 14 Jun 2017 18:46:08 +0000 Subject: [PATCH] Use pgbdr01.stg instead of pgbdr.stg in the bodhi 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 fa821a6782..8103b5f6fc 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: pgbdr.stg.phx2.fedoraproject.org + hosts: pgbdr01.stg.phx2.fedoraproject.org user: root become: yes become_user: postgres