mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +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 }}]
|
[{{ item.pool_name | mandatory }}]
|
||||||
listen = {{ item.pool_listen | mandatory }}
|
listen = {{ item.pool_listen | mandatory }}
|
||||||
|
Loading…
Reference in New Issue
Block a user