mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Use the correct postgres hostname in Bodhi's staging-sync playbook.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user