diff --git a/CHANGELOG.md b/CHANGELOG.md index 134c77c0..47599bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * evoadmin-web: Fix PHP version for Bookworm * Add php-fpm82 to LDAP when relevant * nagios: fix default file to monitor for check_clamav_db +* php: Bullseye/Sury > Honor the php_version asked in the pub.evolix.org repository * webapps/nextcloud: fix missing gid * webapps/nextcloud: fix misplaced gid attribute * webapps/nextcloud: added check that nexctcloud uid is over 3000 diff --git a/php/tasks/sury_pre.yml b/php/tasks/sury_pre.yml index d38efe13..a0640e4c 100644 --- a/php/tasks/sury_pre.yml +++ b/php/tasks/sury_pre.yml @@ -24,7 +24,7 @@ - name: Setup pub.evolix.org repository - Add source list ansible.builtin.apt_repository: - repo: "deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix {{ ansible_distribution_release }}-php81 main" + repo: "deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix {{ ansible_distribution_release }}-php{{ php_version | replace('.', '')}} main" filename: evolix-php state: present when: