Fix lxc_image_cache_server_mirrors string concat

Change-Id: I4ae5314fa6aa4ea09bbe0806717022b155c2249c
This commit is contained in:
Logan V 2017-09-14 09:39:37 -05:00 committed by Major Hayden
parent d73a5caac4
commit eea033f803

View File

@ -163,7 +163,8 @@ galera_client_apt_repo_url: {{ galera_repo_url }}
{% if lxc_image_cache_server is defined %}
## images.linuxcontainers.org reverse proxy
lxc_image_cache_server_mirrors: {{ ['http://' + lxc_image_cache_server] }}
lxc_image_cache_server_mirrors:
- "http://{{ lxc_image_cache_server }}"
{% endif %}
{% if cache_timeout is defined %}