forked from infra/ansible
openqa/dispatcher: avoid extraneous quote marks in config
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
db0b9e4f0c
commit
2ab3444d16
1 changed files with 1 additions and 1 deletions
|
|
@ -17,5 +17,5 @@ arches: {{ openqa_compose_arches }}
|
|||
|
||||
[consumer]
|
||||
openqa_hostname: {{ openqa_hostname }}
|
||||
openqa_baseurl: "https://{{ external_hostname|default(ansible_nodename) }}"
|
||||
openqa_baseurl: https://{{ external_hostname|default(ansible_nodename) }}
|
||||
dist-git_token: {{ openqa_distgit_token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue