From aec9c4fd6a82c0d35f48666065700213badf3399 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 6 Nov 2018 23:38:22 +0000 Subject: [PATCH] Also fix hostname used for owner-sync-pagure --- roles/bodhi2/backend/templates/owner-sync-pagure.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 index ed31e8fbf5..89d7a371c0 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 @@ -47,7 +47,7 @@ def retry_session(): # Ansible configured global variables STAGING = {{ 'True' if env == 'staging' else 'False' }} -HOSTNAME = '{{ inventory_hostname }}' +HOSTNAME = 'bodhi{{ env_suffix }}.fedoraproject.org' IPA_REALM = '{{ ipa_realm }}' ENV_SUFFIX = '{{ env_suffix }}' if STAGING: