Added '' around default value

115-change-docker-root
thiuda 2021-06-03 20:43:52 +02:00
parent a94d4eff40
commit 131e642a61
1 changed files with 1 additions and 1 deletions

View File

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