mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Make sure php_fpm_pool_user and _group are updated in config.
This commit is contained in:
parent
d4af9e1ae6
commit
1335099d77
@ -49,6 +49,10 @@
|
||||
line: "{{ item.line }}"
|
||||
state: present
|
||||
with_items:
|
||||
- regexp: "^user.?=.+$"
|
||||
line: "user = {{ php_fpm_pool_user }}"
|
||||
- regexp: "^group.?=.+$"
|
||||
line: "group = {{ php_fpm_pool_group }}"
|
||||
- regexp: "^listen.?=.+$"
|
||||
line: "listen = {{ php_fpm_listen }}"
|
||||
- regexp: '^listen\.allowed_clients.?=.+$'
|
||||
|
Loading…
Reference in New Issue
Block a user