Added '' around default value

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

View file

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