mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Merge pull request #334 from dannycobussen/fix-comment-conf
Use comment filter on ansible_managed var in www.conf
This commit is contained in:
commit
50c79fd1f7
@ -1,4 +1,4 @@
|
||||
; {{ ansible_managed }}
|
||||
{{ ansible_managed | comment(decoration='; ') }}
|
||||
|
||||
[{{ item.pool_name | mandatory }}]
|
||||
listen = {{ item.pool_listen | mandatory }}
|
||||
|
Loading…
Reference in New Issue
Block a user