ansible-role-container-regi.../templates/docker-daemon.json.j2

7 lines
123 B
Django/Jinja

{
{% if registry_mirror != "" %}
"registry-mirrors": ["{{ registry_mirror }}"],
{% endif %}
"debug": {{ debug|lower }}
}