mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
remove unnecessary check for existing artifact
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
when: "volume.name == 'heketidbstorage'"
|
||||
- name: "Provision database volume."
|
||||
command: "heketi-cli -s http://localhost:48080 setup-openshift-heketi-storage"
|
||||
args: { chdir: "{{ artifacts_dir }}", creates: "{{ artifacts_dir }}/heketi-storage.json" }
|
||||
when: "heketi_database_volume_exists is undefined"
|
||||
- name: "Get heketi volume ids."
|
||||
command: "heketi-cli -s http://localhost:48080 volume list --json"
|
||||
|
||||
Reference in New Issue
Block a user