Skip to content

Commit 5f5eaed

Browse files
allow multiline comments in managed_by_ansible (#334)
* allow multiline comments in managed by ansible * add changelog
1 parent 4ee41f7 commit 5f5eaed

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- Allow multiline string as ansible_managed

roles/icingadb/templates/icingadb.ini.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ ansible_managed }}
1+
{{ ansible_managed | comment }}
22

33
database:
44
{% if icingadb_database_type is defined %}

roles/icingadb_redis/templates/icingadb-redis.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ ansible_managed }}
1+
{{ ansible_managed | comment }}
22

33
bind {% for host in icingadb_redis_binds %}
44
{{ host }}

0 commit comments

Comments
 (0)