osbs: be consistent in var naming for koji_pki_dir
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
9206c3ebce
commit
3c693280e6
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@
|
|||
osbs_environment:
|
||||
KUBECONFIG: "{{ osbs_kubeconfig_path }}"
|
||||
koji_pki_dir: /etc/pki/koji
|
||||
koji_ca_cert_path: "{{koji_pki_path}}/fedora-server-ca.cert"
|
||||
koji_cert_path: "{{koji_pki_path}}/fedora-builder.pem"
|
||||
koji_ca_cert_path: "{{koji_pki_dir}}/fedora-server-ca.cert"
|
||||
koji_cert_path: "{{koji_pki_dir}}/fedora-builder.pem"
|
||||
koji_builder_user: dockerbuilder
|
||||
osbs_builder_user: builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue