mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fix installer for oc 4.3
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
openshift_oc_config_file: "{{ kubernetes_base_path }}/.kube/config"
|
||||
openshift_oc_bin: "oc --config={{ openshift_oc_config_file }}"
|
||||
openshift_oc_bin: "oc {{ oc_kubeconfig_option }}={{ openshift_oc_config_file }}"
|
||||
|
||||
Reference in New Issue
Block a user