From d7abdced05df18d02660f437641ccc5fc800de05 Mon Sep 17 00:00:00 2001 From: Sascha Marcel Schmidt Date: Wed, 4 Jul 2018 18:58:45 +0200 Subject: [PATCH] fix typo --- .../heketi/roles/provision/tasks/setup/volumes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/network-storage/heketi/roles/provision/tasks/setup/volumes.yml b/contrib/network-storage/heketi/roles/provision/tasks/setup/volumes.yml index e2103973d..146c2b69d 100644 --- a/contrib/network-storage/heketi/roles/provision/tasks/setup/volumes.yml +++ b/contrib/network-storage/heketi/roles/provision/tasks/setup/volumes.yml @@ -17,7 +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 }}", creates: "{{ artifacts_dir }}/{{ heketi-storage.json }}" } + 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"