use bin_dir
This commit is contained in:
parent
18f0531bba
commit
97aa87612a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
kube:
|
kube:
|
||||||
name: "MetalLB"
|
name: "MetalLB"
|
||||||
filename: "{{ kube_config_dir }}/metallb.yml"
|
filename: "{{ kube_config_dir }}/metallb.yml"
|
||||||
|
kubectl: "{{bin_dir}}/kubectl"
|
||||||
state: "{{ item.changed | ternary('latest','present') }}"
|
state: "{{ item.changed | ternary('latest','present') }}"
|
||||||
with_items: "{{ rendering.results }}"
|
with_items: "{{ rendering.results }}"
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue