Enhancing our multiphp-setup #97

Manually merged
lpoujol merged 22 commits from lpoujol/better-multiphp into unstable 2020-04-17 16:42:11 +02:00
Showing only changes of commit 84ec361270 - Show all commits

View file

@ -2,5 +2,5 @@ CONTACT_MAIL="{{ evoadmin_contact_email or general_alert_email | mandatory }}"
WWWBOUNCE_MAIL="{{ evoadmin_bounce_email or general_alert_email | mandatory }}"
{% if evoadmin_multiphp_versions != [] %}
PHP_VERSIONS={{ evoadmin_multiphp_versions | join(' ') | replace('php', '') }} );
PHP_VERSIONS=({{ evoadmin_multiphp_versions | join(' ') | replace('php', '') }});
{% endif %}