Added '' around default value
This commit is contained in:
parent
a94d4eff40
commit
131e642a61
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