Also fix hostname used for owner-sync-pagure
This commit is contained in:
parent
40449d5a66
commit
aec9c4fd6a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue