From 088fc91d0834997afafe82be82621f3d7f5c412c Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 12 Mar 2018 14:36:47 +0100 Subject: [PATCH] Use the private repo as cert source for osbs secret Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index a0cc33bd2d..33cb69a765 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -443,7 +443,7 @@ osbs_namespace: "{{ osbs_worker_namespace }}" osbs_secret_name: kojisecret osbs_secret_files: - - source: "/etc/pki/koji/fedora-builder.pem" + - source: "{{private}}/files/koji/containerbuild.pem" dest: cert when: env == "staging"