fix typo
This commit is contained in:
parent
78aeef074e
commit
d7abdced05
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
when: "volume.name == 'heketidbstorage'"
|
when: "volume.name == 'heketidbstorage'"
|
||||||
- name: "Provision database volume."
|
- name: "Provision database volume."
|
||||||
command: "heketi-cli -s http://localhost:48080 setup-openshift-heketi-storage"
|
command: "heketi-cli -s http://localhost:48080 setup-openshift-heketi-storage"
|
||||||
args: { chdir: "{{ artifacts_dir }}", creates: "{{ artifacts_dir }}/{{ heketi-storage.json }}" }
|
args: { chdir: "{{ artifacts_dir }}", creates: "{{ artifacts_dir }}/heketi-storage.json" }
|
||||||
when: "heketi_database_volume_exists is undefined"
|
when: "heketi_database_volume_exists is undefined"
|
||||||
- name: "Get heketi volume ids."
|
- name: "Get heketi volume ids."
|
||||||
command: "heketi-cli -s http://localhost:48080 volume list --json"
|
command: "heketi-cli -s http://localhost:48080 volume list --json"
|
||||||
|
|
Loading…
Reference in a new issue