Use comment filter on ansible_managed var in www.conf

This commit is contained in:
Danny Cobussen 2021-05-31 16:11:58 +02:00
parent 15f2ea5aa5
commit d40b9427f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; {{ ansible_managed }}
{{ ansible_managed | comment(decoration='; ') }}
[{{ item.pool_name | mandatory }}]
listen = {{ item.pool_listen | mandatory }}