Added '' around default value

This commit is contained in:
thiuda 2021-06-03 20:43:52 +02:00
parent a94d4eff40
commit 131e642a61

View file

@ -1,3 +1,3 @@
{
"data-root": "{{ docker_root | default("/var/lib/docker") }}"
"data-root": "{{ docker_root | default('/var/lib/docker') }}"
}