Configure php7.4 for evoadmin-web on bullseye
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ludovic Poujol 2021-08-17 16:38:02 +02:00
parent 066baf3538
commit 42189ba613
1 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,15 @@
notify: reload apache2
when: ansible_distribution_major_version is version('10', '=')
- name: "Set custom values for PHP config (Debian 11)"
ini_file:
dest: /etc/php/7.4/apache2/conf.d/zzz-evolinux-custom.ini
section: PHP
option: "disable_functions"
value: "shell-exec,system,passthru,putenv,popen"
notify: reload apache2
when: ansible_distribution_major_version is version('11', '=')
- name: Install evoadmin VHost
template:
src: "{{ item }}"