use bin_dir variable

This commit is contained in:
Sascha Marcel Schmidt
2018-09-05 16:02:55 +02:00
parent ce776f0f6a
commit 64b0ce974d
3 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
- name: "Kubernetes Apps | Test Heketi"
register: "heketi_service_state"
command: "kubectl get service heketi-storage-endpoints -o=name --ignore-not-found=true"
command: "{{bin_dir}}/kubectl get service heketi-storage-endpoints -o=name --ignore-not-found=true"
changed_when: false
- name: "Kubernetes Apps | Bootstrap Heketi"