docker-distribution role: fix tls config, move tls directive under http

This commit is contained in:
Adam Miller 2016-02-17 20:38:49 +00:00
parent b9d1383f97
commit 54afbc2de9

View file

@ -9,8 +9,7 @@ storage:
rootdirectory: {{ storage.filesystem.rootdirectory }}
http:
addr: {{ http.addr }}
tls:
certificate: {{ tls.certificate }}
key: {{ tls.key }}
tls:
certificate: {{ tls.certificate }}
key: {{ tls.key }}