Added '' around default value
This commit is contained in:
parent
f618c42d15
commit
a94d4eff40
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"data-root": "{{ docker_root | default(/var/lib/docker) }}"
|
"data-root": "{{ docker_root | default("/var/lib/docker") }}"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue