Skip to content

Commit

Permalink
allow multiline comments in managed_by_ansible (#334)
Browse files Browse the repository at this point in the history
* allow multiline comments in managed by ansible
* add changelog
  • Loading branch information
svenkalinowski authored Nov 13, 2024
1 parent 4ee41f7 commit 5f5eaed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/allow_mutiline_maged_string.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Allow multiline string as ansible_managed
2 changes: 1 addition & 1 deletion roles/icingadb/templates/icingadb.ini.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}

database:
{% if icingadb_database_type is defined %}
Expand Down
2 changes: 1 addition & 1 deletion roles/icingadb_redis/templates/icingadb-redis.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}

bind {% for host in icingadb_redis_binds %}
{{ host }}
Expand Down

0 comments on commit 5f5eaed

Please sign in to comment.