From 802a66f7a7fc961eecbbad2e9563f6e87823aa98 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 13 Sep 2023 11:38:39 +1000 Subject: [PATCH] maubot: actually make the db in prod Signed-off-by: Ryan Lerch --- playbooks/openshift-apps/maubot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/openshift-apps/maubot.yml b/playbooks/openshift-apps/maubot.yml index 36f5794152..6c938297be 100644 --- a/playbooks/openshift-apps/maubot.yml +++ b/playbooks/openshift-apps/maubot.yml @@ -1,6 +1,5 @@ - name: setup the database - #hosts: db01.iad2.fedoraproject.org:db01.stg.iad2.fedoraproject.org - hosts: db01.stg.iad2.fedoraproject.org + hosts: db01.iad2.fedoraproject.org:db01.stg.iad2.fedoraproject.org gather_facts: no become: yes become_user: postgres