Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed May 22, 2024
1 parent c236a64 commit e7b907c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/rke2_server/tasks/utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
src: "/var/lib/rancher/rke2/agent/etc/crictl.yaml"
dest: "/etc/crictl.yaml"
state: link

- name: Create .kube directory in /root
ansible.builtin.file:
path: /root/.kube
Expand All @@ -21,4 +21,3 @@
src: "/var/lib/rancher/rke2/server/cred/admin.kubeconfig"
dest: "/root/.kube/config"
state: link

0 comments on commit e7b907c

Please sign in to comment.