diff --git a/pb_install.yml b/pb_install.yml index 64c3574..229807b 100644 --- a/pb_install.yml +++ b/pb_install.yml @@ -20,11 +20,6 @@ name: k3s state: started enabled: true - - name: Add kubeconfig variable to bashrc - ansible.builtin.lineinfile: - path: ~/.bashrc - line: "export KUBECONFIG=/etc/rancher/k3s/k3s.yaml" - insertafter: EOF - name: Get kubeconfig ansible.builtin.fetch: src: /etc/rancher/k3s/k3s.yaml