From 6968128e7c0d5826d21a720dbcc00fee96ef9e71 Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Tue, 14 Feb 2023 16:43:41 +0100 Subject: [PATCH] php: fix last commit and update changelog --- CHANGELOG.md | 2 ++ php/tasks/sury_pre.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3515f60d..dff99012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * nagios-nrpe: Print pool config path in check_phpfpm_multi output * nagios-nrpe: add tasks/files for a wrapper * fail2ban: add "Internal login failure" to Dovecot filter +* php: add a way to choose which version to install using sury repository ### Changed @@ -37,6 +38,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * openvpn: fix the client cipher configuration to match the server cipher configuration * clamav: set `MaxConnectionQueueLength` to its default value (200), custom (15) was way too small and caused recurrent connections fail in Postfix. * postfix (packmail only): disable `concurrency_failed_cohort_limit` for destination smtp-amavis to prevent the suspension of this destination when Amavis fails to answer. Indeed, we configure the suspension delay quite long in `minimal_backoff_time` (2h) and `maximal_backoff_time` (6h) to reduce the risk of ban from external SMTPs. +* php: install using sury repositories on bullseye ### Removed diff --git a/php/tasks/sury_pre.yml b/php/tasks/sury_pre.yml index 3301071d..9b8fc684 100644 --- a/php/tasks/sury_pre.yml +++ b/php/tasks/sury_pre.yml @@ -26,7 +26,7 @@ src: sury.preferences dest: /etc/apt/preferences.d/z-sury when: - - ansible_distribution_release == "bullseye" + - ansible_distribution_release != "bullseye" - name: Setup pub.evolix.net repository - Add source list apt_repository: