Fix a problem with the PHP PPA.

This commit is contained in:
Andrea Dell'Amico 2024-03-14 11:12:01 +01:00
parent 0c68256aaf
commit a9547fde02
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 7 additions and 0 deletions

View File

@ -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'