Skip to content

Commit 5a30d30

Browse files
committed
workingDir
1 parent 26d3998 commit 5a30d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operators/openshift-pipelines-operator-rh/clair_import_pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Get OpenShift CLI image from OpenShift release
33
ansible.builtin.command: >
4-
{{ rootDir }}/bin/oc adm release info --registry-config={{ rootDir }}/config/pull-secret.json --image-for cli
4+
{{ workingDir }}/bin/oc adm release info --registry-config={{ workingDir }}/config/pull-secret.json --image-for cli
55
quay.io/openshift-release-dev/ocp-release:{{ mgmt_openshift_version }}-x86_64
66
register: r_oc_cli_image
77
changed_when: false

0 commit comments

Comments
 (0)