whitespaces

This commit is contained in:
Jérémy Lecour 2018-03-25 22:32:16 +02:00
parent 521b196ba3
commit 1b4ea6e859

View file

@ -73,6 +73,7 @@
mode: "0644"
create: yes
with_items:
when: ansible_distribution_major_version | version_compare('9', '>=')
- { option: "pm", value: "ondemand" }
- { option: "pm.max_children", value: "100" }
- { option: "pm.process_idle_timeout", value: "10s" }
@ -81,7 +82,6 @@
- { option: "pm.status_path", value: "/fpm_status" }
- { option: "request_terminate_timeout", value: "60s" }
- { option: "chroot", value: "/var/www/html" }
when: ansible_distribution_major_version | version_compare('9', '>=')
- name: Custom PHP FPM values
copy:
@ -101,4 +101,3 @@
with_items:
- { option: "date.timezone", value: "Europe/Paris" }
when: php_symfony_requirements