mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
7 lines
284 B
Django/Jinja
7 lines
284 B
Django/Jinja
{# Accept License #}y
|
|
{# Use Online repo #}y
|
|
{% for component in [ 'ldap', 'logger', 'mta', 'dnscache', 'snmp', 'store', 'apache', 'spell', 'memcached', 'proxy', 'drive', 'imapd', 'chat' ] %}
|
|
{{ (component in zcs_components) | ternary('y','n') }}
|
|
{% endfor %}
|
|
{# Confirm continue #}y
|