fix ansible_managed handling
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-28 11:08:38 +02:00
parent 3287e55911
commit 0c671a9ff4
3 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
# Global Postfix configuration file. This file lists only a subset
# of all parameters. For the syntax, and for a complete parameter
# list, see the postconf(5) manual page (command: "man 5 postconf").

View File

@ -1,4 +1,3 @@
#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{{ ansible_managed | comment }}
[{{ postfix_relay_relayhost }}]:{{ postfix_relay_relayport }} {{ postfix_relay_auth_user }}@{{ postfix_relay_relaydomain }}:{{ postfix_relay_auth_password }}

View File

@ -1,6 +1,5 @@
#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for sender in postfix_relay_senders %}
{{ sender.user }} {{ sender.address }}
{% endfor %}