Browse Source

Use the full path for the kubeconfig

Jason DeTiberus 10 years ago
parent
commit
a22471f1e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/base_os/tasks/main.yaml

+ 1 - 1
roles/base_os/tasks/main.yaml

@@ -15,7 +15,7 @@
   lineinfile:
     dest: /root/.bash_profile
     regexp: "KUBECONFIG="
-    line: "export KUBECONFIG={{ openshift_master_credentials_dir }}.kubeconfig"
+    line: "export KUBECONFIG=/var/lib/openshift/openshift.local.certificates/admin/.kubeconfig"
     state: present
     insertafter: EOF