typo'd variable name in resultsdb-dev group_vars
This commit is contained in:
parent
260fe0fd2c
commit
d318967fe0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ extra_enablerepos: ''
|
|||
# the db_host_machine bits are so that delegation continues to work, even if
|
||||
# that db is localhost relative to resultsdb
|
||||
resultsdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
resultsdb_db_host: "{{ resultsdb_host_machine }}"
|
||||
resultsdb_db_host: "{{ resultsdb_db_host_machine }}"
|
||||
resultsdb_db_port: 5432
|
||||
resultsdb_endpoint: 'resultsdb_api'
|
||||
resultsdb_fe_endpoint: 'resultsdb'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue