Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
{% for item in postfix_lmdb_smtp_sasl_password_maps_table_entries | default([]) %}
|
||||
{{ item.destination }} {{ item.username }}:{{ item.password }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user