mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
add necessary chdir
This commit is contained in:
@@ -17,6 +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 }}" }
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user