Skip to content
Snippets Groups Projects
Commit 64a39fdb authored by Stig Telfer's avatar Stig Telfer
Browse files

Use var for bin dir instead of assuming /usr/local/bin

On CoreOS the binaries are not installed in /usr/local/bin.
parent a14dfe74
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
kube:
name: dnsmasq
namespace: kube-system
kubectl: /usr/local/bin/kubectl
kubectl: "{{bin_dir}}/kubectl"
resource: "{{item.item.type}}"
filename: /etc/kubernetes/{{item.item.file}}
state: "{{item.changed | ternary('latest','present') }}"
......
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