mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-03-02 09:52:10 +07:00
Fix FPM ini file
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
- name: LINEINFILE | PHP configuration
|
||||
lineinfile:
|
||||
dest: '{{ php_cli_ini }}'
|
||||
dest: '{{ php_fpm_ini }}'
|
||||
regexp: '^;?{{ item.key }}'
|
||||
line: '{{ item.key }} = {{ item.value }}'
|
||||
create: yes
|
||||
|
||||
Reference in New Issue
Block a user