Fix lxc_image_cache_server_mirrors string concat
Change-Id: I4ae5314fa6aa4ea09bbe0806717022b155c2249c
This commit is contained in:
parent
d73a5caac4
commit
eea033f803
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user