DBZ-4611 fixed incorrect path to certificate

This commit is contained in:
Jiri Novotny 2022-01-25 13:34:40 +01:00 committed by Jakub Cechacek
parent 48b9d7d7c2
commit 386d364011

View File

@ -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