ansible/roles/postfix/templates/virtual.j2

6 lines
123 B
Text
Raw Normal View History

2023-12-17 17:30:28 +01:00
{{ ansible_managed | comment }}
{% for src, dest in postfix__virtual_aliases.items() %}
{{ src }} {{ dest }}
{% endfor %}