From 0e4e9bd04fd2648cc99b4a8b4bd1ca89b30b72df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 16 Sep 2020 12:18:29 +0200 Subject: [PATCH] fix playbook syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/openshift-apps/elections.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/elections.yml b/playbooks/openshift-apps/elections.yml index ce668c9b89..649f6c5966 100644 --- a/playbooks/openshift-apps/elections.yml +++ b/playbooks/openshift-apps/elections.yml @@ -1,5 +1,5 @@ - name: setup the database - hosts: db01{{env_suffix}}.iad2.fedoraproject.org + hosts: db01.iad2.fedoraproject.org:db01.stg.iad2.fedoraproject.org gather_facts: no become: yes become_user: postgres