mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 18:09:59 -03:30
use bin_dir
This commit is contained in:
parent
18f0531bba
commit
97aa87612a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user