mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 21:19:28 -02:30
use bin_dir
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
kube:
|
||||
name: "MetalLB"
|
||||
filename: "{{ kube_config_dir }}/metallb.yml"
|
||||
kubectl: "{{bin_dir}}/kubectl"
|
||||
state: "{{ item.changed | ternary('latest','present') }}"
|
||||
with_items: "{{ rendering.results }}"
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user