evoadmin-web: Fix PHP version for Bookworm
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2628|3|2625|4|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/378//ansiblelint">Evolix » ansible-roles » unstable #378</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
David Prevot 2023-10-23 18:15:57 +02:00
parent ab30ea4cde
commit 03c09dc092

View file

@ -36,9 +36,9 @@
notify: reload apache2
when: ansible_distribution_release == "bullseye"
- name: "Set custom values for PHP config (Debian 11)"
- name: "Set custom values for PHP config (Debian 12)"
community.general.ini_file:
dest: /etc/php/8.1/apache2/conf.d/zzz-evolinux-custom.ini
dest: /etc/php/8.2/apache2/conf.d/zzz-evolinux-custom.ini
section: PHP
option: "disable_functions"
value: "shell-exec,system,passthru,putenv,popen"