Unverified Commit 9d7fd7a7 authored by Derek Nola's avatar Derek Nola Committed by GitHub
Browse files

Remove irrelevant kubectl symlink (#376)



Signed-off-by: default avatarDerek Nola <derek.nola@suse.com>
parent 2d38507c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -254,13 +254,6 @@
  when: user_kubectl
  block:

    - name: Create kubectl symlink
      when: lookup('fileglob', '/usr/local/bin/kubectl', errors='warn') | length == 0
      ansible.builtin.file:
        src: /usr/local/bin/k3s
        dest: /usr/local/bin/kubectl
        state: link

    - name: Create directory .kube
      ansible.builtin.file:
        path: ~{{ ansible_user }}/.kube