airshipctl/roles/apache-server/templates/htaccess.j2

4 lines
118 B
Django/Jinja

{% for item in apache_server_htaccess_group %}
{{ "{}: {}".format(item.name, item.member | join(' ')) }}
{% endfor %}