This commit is contained in:
Robert Kaussow 2018-12-14 01:29:31 +01:00
parent fc6514efbc
commit 0a9d0b97a8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
{% endif %}
{% if droneci_server_extra_hosts | default([]) %}
extra_hosts:
{% for hosts in droneci_server_extra_hosts %}
{% for host in droneci_server_extra_hosts %}
- {{ host | wrap }}
{% endfor %}
{% endif %}