From 582aaadb0b04f4a8e8bd7e9b42e9225a41b34f49 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 11 Jun 2020 17:11:05 +0200 Subject: [PATCH] mailman: set up the DB in iad2 Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/mailman.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml index 2e6472ed9b..5f3b2fac26 100644 --- a/playbooks/groups/mailman.yml +++ b/playbooks/groups/mailman.yml @@ -44,7 +44,7 @@ # - name: prepare setting up the database - hosts: db01.stg.phx2.fedoraproject.org:db01.phx2.fedoraproject.org + hosts: db01.iad2.fedoraproject.org gather_facts: no user: root @@ -55,7 +55,7 @@ - packages - name: setup the database - hosts: db01.stg.phx2.fedoraproject.org:db01.phx2.fedoraproject.org + hosts: db01.iad2.fedoraproject.org gather_facts: no become: yes become_user: postgres