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:
|
||||
name: "MetalLB"
|
||||
filename: "{{ kube_config_dir }}/metallb.yml"
|
||||
kubectl: "{{bin_dir}}/kubectl"
|
||||
state: "{{ item.changed | ternary('latest','present') }}"
|
||||
with_items: "{{ rendering.results }}"
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue