Added '' around default value

115-change-docker-root
thiuda 2021-06-03 20:43:20 +02:00
parent f618c42d15
commit a94d4eff40
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") }}"
}