mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
osbs: be consistent in var naming for koji_pki_dir
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user