fix bin_dir

This commit is contained in:
Sascha Marcel Schmidt 2018-09-07 13:49:44 +02:00
parent 97aa87612a
commit 6a5c828b6c
No known key found for this signature in database
GPG key ID: D1D6CE184437796D

View file

@ -7,5 +7,6 @@
- name: "Kubernetes Apps | Install and configure Heketi Storage"
kube:
name: "GlusterFS"
kubectl: "{{bin_dir}}/kubectl"
filename: "{{ kube_config_dir }}/heketi-storage.json"
state: "{{ rendering.changed | ternary('latest', 'present') }}"