From a9547fde024ad7e5096404b1bab660405c8d11a3 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 14 Mar 2024 11:12:01 +0100 Subject: [PATCH] Fix a problem with the PHP PPA. --- group_vars/all/all.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/group_vars/all/all.yml b/group_vars/all/all.yml index 75aedc7..4ca6a59 100644 --- a/group_vars/all/all.yml +++ b/group_vars/all/all.yml @@ -21,6 +21,13 @@ letsencrypt_acme_sh_use_ecc: False http_port: 80 https_port: 443 +# Bug with the PHP repository. The php8.3-cli package is always installed and breaks the mysql setup +additional_packages: + - php8.3-mysql + +# Some name aliases are too long for the default +nginx_server_names_hash_bucket_size: 128 + resolv_conf_ip: - '146.48.80.4' - '146.48.80.3'