Skip to content

Commit 25afa01

Browse files
authored
Merge pull request #147 from marcusweinhold/master
ansible managed syntax, refs #146
2 parents 2c00b8f + a6f5250 commit 25afa01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/etc/postfix/header_checks.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ ansible_managed }}
1+
{{ ansible_managed | comment }}
22
{% for rule in postfix_header_checks | default([]) %}
33
{{ rule.pattern }} {{ rule.action }} {% if rule.text is defined %}{{ rule.text }}{% endif %}
44

templates/etc/postfix/main.cf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ ansible_managed }}
1+
{{ ansible_managed | comment }}
22

33
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
44

templates/etc/postfix/sasl_passwd.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ ansible_managed }}
1+
{{ ansible_managed | comment }}
22

33
{% if postfix_relayhost_mxlookup %}
44
{{ postfix_relayhost }}:{{ postfix_relayhost_port }} {{ postfix_sasl_user }}:{{ postfix_sasl_password }}

0 commit comments

Comments
 (0)