mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Remove problematic variable
This is already here: https://github.com/ansible/awx/blob/devel/installer/roles/kubernetes/defaults/main.yml#L58 Was also causing downstream stuff to break.
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
---
|
---
|
||||||
openshift_oc_config_file: "{{ kubernetes_base_path }}/.kube/config"
|
openshift_oc_config_file: "{{ kubernetes_base_path }}/.kube/config"
|
||||||
openshift_oc_bin: "oc --config={{ openshift_oc_config_file }}"
|
openshift_oc_bin: "oc --config={{ openshift_oc_config_file }}"
|
||||||
uwsgi_bash: "bash -c"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user