diff --git a/templates/services/droneci-compose.yml.j2 b/templates/services/droneci-compose.yml.j2 index c39326c..4aeb787 100644 --- a/templates/services/droneci-compose.yml.j2 +++ b/templates/services/droneci-compose.yml.j2 @@ -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 %}