Skip to content

Commit

Permalink
use full path for k3s binary (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hahl <[email protected]>
  • Loading branch information
mhahl authored Nov 7, 2023
1 parent 12db5ef commit 6749ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k3s/master/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

- name: Replace https://localhost:6443 by https://master-ip:6443
command: >-
k3s kubectl config set-cluster default
/usr/local/bin/k3s kubectl config set-cluster default
--server=https://{{ master_ip }}:6443
--kubeconfig ~{{ ansible_user }}/.kube/config
changed_when: true
Expand Down

0 comments on commit 6749ca5

Please sign in to comment.