diff --git a/roles/docker-distribution-proxy/templates/docker-registry-vhost.conf.j2 b/roles/docker-distribution-proxy/templates/docker-registry-vhost.conf.j2 index bde78a5837..bd4379cbb5 100644 --- a/roles/docker-distribution-proxy/templates/docker-registry-vhost.conf.j2 +++ b/roles/docker-distribution-proxy/templates/docker-registry-vhost.conf.j2 @@ -34,7 +34,7 @@ Order deny,allow Allow from all AuthName "Registry Authentication" -{% if auth.type == "basic" } +{% if auth.type == "basic" %} AuthType basic AuthUserFile {{ auth.basic.userfile_dest }} {% endif %}