add necessary chdir
parent
f4c1d6a5d7
commit
1253725975
|
@ -17,6 +17,7 @@
|
|||
when: "volume.name == 'heketidbstorage'"
|
||||
- name: "Provision database volume."
|
||||
command: "heketi-cli -s http://localhost:48080 setup-openshift-heketi-storage"
|
||||
args: { chdir: "{{ artifacts_dir }}" }
|
||||
when: "heketi_database_volume_exists is undefined"
|
||||
- name: "Get heketi volume ids."
|
||||
command: "heketi-cli -s http://localhost:48080 volume list --json"
|
||||
|
|
Loading…
Reference in New Issue