ansible-roles/library/roles/mailman/templates/mailman.cfg.j2

12 lines
217 B
Django/Jinja

;;
;;
;;
{% for section in __mailman_config_merged | sort %}
[{{ section }}]
{% for key in __mailman_config_merged[section] | sort %}
{{ key }}: {{ __mailman_config_merged[section][key] }}
{% endfor %}
{% endfor %}