nginx/php-fpm: Fixed getting php-fpm for newer versions of Debian

wip
Felix Stupp 5 years ago
parent 6509b01d71
commit ce90f3dadf
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,6 +1,6 @@
---
php_version: "7.0"
php_version: "{{ (ansible_distribution_major_version >= '10') | ternary('7.3', '7.0') }}"
phpfpm_package: "php{{ php_version }}-fpm"
phpfpm_configuration_directory: "/etc/php/{{ php_version }}/fpm"

Loading…
Cancel
Save