Fix FPM ini file

pull/17/head
Emilien Mantel 2020-05-27 12:59:25 +02:00
parent 704ebb3937
commit 759a85a325
1 changed files with 1 additions and 1 deletions

View File

@ -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