fix variable name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-06-19 12:32:55 +02:00
parent d3a2b0ac28
commit a7f8ec79b6
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# {{ ansible_managed }}
{% for sender in postfix_relay_senders %}
{{ sender.name }} {{ sender.address }}
{{ sender.user }} {{ sender.address }}
{% endfor %}