WIP: Don’t install php-imap for PHP 8.4
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |3044|0|3044|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

php8.4-imap is not yet available. This commit must be reverted once
php8.4-imap becomes available.
This commit is contained in:
David Prevot 2024-08-23 11:12:28 +02:00
parent 0b23ccf694
commit 51f3e96bc3

View file

@ -74,7 +74,7 @@
- name: "{{ lxc_php_container_name }} - Install PHP packages"
community.general.lxc_container:
name: "{{ lxc_php_container_name }}"
container_command: "DEBIAN_FRONTEND=noninteractive apt install -y php-fpm php-cli php-gd php-intl php-imap php-ldap php-mysql php-pgsql php-sqlite3 php-curl php-zip php-mbstring php-xml php-zip composer libphp-phpmailer"
container_command: "DEBIAN_FRONTEND=noninteractive apt install -y php-fpm php-cli php-gd php-intl php-ldap php-mysql php-pgsql php-sqlite3 php-curl php-zip php-mbstring php-xml php-zip composer libphp-phpmailer"
- name: "{{ lxc_php_container_name }} - Copy evolinux PHP configuration"
ansible.builtin.template: