ansible-role-vsftpd/templates/vsftpd_user_config.j2

6 lines
94 B
Django/Jinja

{% if item.conf is defined %}
{% for data in item.conf %}
{{ data }}
{% endfor %}
{% endif %}