We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d3998 commit 5a30d30Copy full SHA for 5a30d30
1 file changed
operators/openshift-pipelines-operator-rh/clair_import_pipeline.yaml
@@ -1,7 +1,7 @@
1
---
2
- name: Get OpenShift CLI image from OpenShift release
3
ansible.builtin.command: >
4
- {{ rootDir }}/bin/oc adm release info --registry-config={{ rootDir }}/config/pull-secret.json --image-for cli
+ {{ workingDir }}/bin/oc adm release info --registry-config={{ workingDir }}/config/pull-secret.json --image-for cli
5
quay.io/openshift-release-dev/ocp-release:{{ mgmt_openshift_version }}-x86_64
6
register: r_oc_cli_image
7
changed_when: false
0 commit comments