From 386d36401183ec52fc0c754d61e20bf4cd12b3bb Mon Sep 17 00:00:00 2001 From: Jiri Novotny Date: Tue, 25 Jan 2022 13:34:40 +0100 Subject: [PATCH] DBZ-4611 fixed incorrect path to certificate --- jenkins-jobs/pipelines/node_snapshot_build_pipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-jobs/pipelines/node_snapshot_build_pipeline.groovy b/jenkins-jobs/pipelines/node_snapshot_build_pipeline.groovy index c2d7b32cb..c487d9a13 100644 --- a/jenkins-jobs/pipelines/node_snapshot_build_pipeline.groovy +++ b/jenkins-jobs/pipelines/node_snapshot_build_pipeline.groovy @@ -40,7 +40,7 @@ pipeline { cd "${WORKSPACE}/ci-jenkins-node" echo "${ANSIBLE_PASSWORD}" > password.txt ansible-vault decrypt --vault-password-file ./password.txt clouds.yaml - sudo cp roles/os_snapshot/files/CA-RH-NEW.crt /etc/pki/ca-trust/source/anchors/CA-RH-NEW.crt + sudo cp roles/os_node_snapshot/files/CA-RH-NEW.crt /etc/pki/ca-trust/source/anchors/CA-RH-NEW.crt sudo update-ca-trust ansible-galaxy collection install -r requirements.yml ansible-galaxy install -r requirements.yml