Remove irrelevant kubectl symlink (#376)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/377/head
Derek Nola 2024-11-08 10:58:30 -08:00 committed by GitHub
parent 2d38507c70
commit 9d7fd7a70b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -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