Skip to content

Commit

Permalink
Use {{ ansible_managed | comment }} to fix multi-line ansible_managed (
Browse files Browse the repository at this point in the history
…#32)

BZ#2006230, BZ#2006231, BZ#2006233
  • Loading branch information
spetrosi authored Sep 21, 2021
1 parent 7c5091d commit 1070aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cockpit.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% if cockpit_config is defined %}
{% for section, config in cockpit_config.items() %}
[{{ section }}]
Expand Down

0 comments on commit 1070aef

Please sign in to comment.