mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-03-11 23:32:12 +01:00
Compare commits
2 Commits
4807ac0a07
...
cbe72964ef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbe72964ef | ||
|
|
14ae9df1bc |
@@ -185,7 +185,7 @@
|
||||
--helm-set bpf.loadBalancer.mode={{ bpf_lb_mode | default("hybrid") }}
|
||||
{% endif %}
|
||||
environment:
|
||||
KUBECONFIG: /home/{{ ansible_user }}/.kube/config
|
||||
KUBECONFIG: "{{ ansible_user_dir }}/.kube/config"
|
||||
register: cilium_install_result
|
||||
changed_when: cilium_install_result.rc == 0
|
||||
when: cilium_installed.rc != 0 or cilium_needs_update
|
||||
|
||||
Reference in New Issue
Block a user