Fix php_fpm_listen variable.

This commit is contained in:
Jeff Geerling 2016-01-17 22:01:29 -06:00
parent b28843abce
commit d8f221e093

View File

@ -12,7 +12,7 @@
state: present
with_items:
- regexp: "^listen.?=.+$"
line: "listen = 127.0.0.1:9000"
line: "listen = {{ php_fpm_listen }}"
- regexp: '^listen\.allowed_clients.?=.+$'
line: "listen.allowed_clients = {{ php_fpm_listen_allowed_clients }}"
- regexp: '^pm\.max_children.?=.+$'