From 85fb45b690fc9a29fc97b464058989135f00befb Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 29 Jul 2023 08:59:13 +0200 Subject: [PATCH] break: don't append kubeconfig variable to bashrc --- pb_install.yml | 5 ----- 1 file changed, 5 deletions(-) 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