Browse Source

fix bin_dir

pull/3262/head
Sascha Marcel Schmidt 6 years ago
parent
commit
6a5c828b6c
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
1 changed files with 1 additions and 0 deletions
  1. 1
      contrib/network-storage/heketi/roles/provision/tasks/storage.yml

1
contrib/network-storage/heketi/roles/provision/tasks/storage.yml

@ -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') }}"
Loading…
Cancel
Save