Skip to content

Commit

Permalink
Merge pull request #13 from galiev/master
Browse files Browse the repository at this point in the history
update templates to apply comment filter for ansible_managed
  • Loading branch information
tersmitten authored Jul 2, 2021
2 parents bd5d18d + e5312ea commit ea89227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/etc/rsyslog.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
# {{ ansible_managed | comment }}
# /etc/rsyslog.conf Configuration file for rsyslog.
#
# For more information see
Expand Down
2 changes: 1 addition & 1 deletion templates/etc/rsyslog.d/rsyslog.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
# {{ ansible_managed | comment }}

{% for item in item.value.settings | default([]) %}
{{ item }}
Expand Down

0 comments on commit ea89227

Please sign in to comment.