fix path to bootstrap tear down

This commit is contained in:
Sascha Marcel Schmidt 2018-08-10 13:42:28 +02:00
parent 9fba448053
commit 19e2868484
No known key found for this signature in database
GPG key ID: D1D6CE184437796D

View file

@ -9,7 +9,7 @@
command: "{{ bin_dir }}/kubectl delete all,service,jobs,deployment,secret --selector=\"glusterfs=heketi-deployment\""
ignore_errors: true
- name: "Tear down bootstrap."
include_tasks: "../provision/tasks/setup/tear-down-bootstrap.yml"
include_tasks: "../provision/tasks/bootstrap/tear-down.yml"
- name: "Ensure there is nothing left over."
command: "{{ bin_dir }}/kubectl get all,service,jobs,deployment,secret --selector=\"glusterfs=heketi-pod\" -o=json"
register: "heketi_result"