sp-init: fix the shell quoting around the storprep invocation
Change-Id: I1e108b89593c3100ca368403dd7c60aa28990b21
diff --git a/playbooks/sp-init.yaml b/playbooks/sp-init.yaml
index 98f36cb..af24788 100644
--- a/playbooks/sp-init.yaml
+++ b/playbooks/sp-init.yaml
@@ -30,7 +30,7 @@
- name: ctrl-sp-run-storprep
shell:
- cmd: sh '{{ storprep_filename }} -d {{ tmpdir.path }}' -- -n lab-charmed-testing-storage -s lab-vlan400 -- {{ host_id }}
+ cmd: sh '{{ storprep_filename }}' -d '{{ tmpdir.path }}' -- -n lab-charmed-testing-storage -s lab-vlan400 -- {{ host_id }}
always: