Also fix hostname used for owner-sync-pagure

This commit is contained in:
Mikolaj Izdebski 2018-11-06 23:38:22 +00:00
parent 40449d5a66
commit aec9c4fd6a

View file

@ -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: