mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Change heketi-tear-down to run on nodes instead of localhost delegate_to
This commit is contained in:
committed by
Sascha Marcel Schmidt
parent
8ac57201a7
commit
d284961d47
@@ -49,8 +49,3 @@
|
||||
command: "{{ bin_dir }}/kubectl delete secret {{ secrets.stdout|from_json|json_query(storage_query) }}"
|
||||
when: "storage_query is defined"
|
||||
ignore_errors: true
|
||||
- name: "Prepare cluster disks."
|
||||
include_tasks: "disks.yml"
|
||||
with_items: "{{ groups['heketi-node'] }}"
|
||||
loop_control:
|
||||
loop_var: "node"
|
||||
|
||||
Reference in New Issue
Block a user