mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-12 10:13:56 +01:00
Use comment filter on ansible_managed var in www.conf
This commit is contained in:
parent
15f2ea5aa5
commit
d40b9427f2
@ -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