Changed default value to jinja2 default vars

This commit is contained in:
thiuda 2021-06-03 20:41:12 +02:00
parent 60f58ad45b
commit f618c42d15
3 changed files with 1 additions and 4 deletions

View file

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