Merge pull request #334 from dannycobussen/fix-comment-conf

Use comment filter on ansible_managed var in www.conf
This commit is contained in:
Jeff Geerling 2021-11-29 09:25:16 -06:00 committed by GitHub
commit 50c79fd1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}