fix ansible_managed handling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3287e55911
commit
0c671a9ff4
@ -1,5 +1,4 @@
|
|||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Global Postfix configuration file. This file lists only a subset
|
# Global Postfix configuration file. This file lists only a subset
|
||||||
# of all parameters. For the syntax, and for a complete parameter
|
# of all parameters. For the syntax, and for a complete parameter
|
||||||
# list, see the postconf(5) manual page (command: "man 5 postconf").
|
# list, see the postconf(5) manual page (command: "man 5 postconf").
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#jinja2: lstrip_blocks: True
|
#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 }}
|
[{{ postfix_relay_relayhost }}]:{{ postfix_relay_relayport }} {{ postfix_relay_auth_user }}@{{ postfix_relay_relaydomain }}:{{ postfix_relay_auth_password }}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#jinja2: lstrip_blocks: True
|
#jinja2: lstrip_blocks: True
|
||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
{% for sender in postfix_relay_senders %}
|
{% for sender in postfix_relay_senders %}
|
||||||
{{ sender.user }} {{ sender.address }}
|
{{ sender.user }} {{ sender.address }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user