Skip to content
Snippets Groups Projects
Unverified Commit 97aa8761 authored by Sascha Marcel Schmidt's avatar Sascha Marcel Schmidt
Browse files

use bin_dir

parent 18f0531b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment