fix path to bootstrap tear down
This commit is contained in:
parent
9fba448053
commit
19e2868484
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue