add ondrej via ansible

This commit is contained in:
2025-02-06 15:10:17 +01:00
parent c472672b41
commit aec70fab71

View File

@@ -7,10 +7,10 @@
- python3-pycurl
- python3-pymysql
#- name: Add ondrej repository for later versions of PHP.
# apt_repository:
# repo: "ppa:ondrej/php"
# update_cache: yes
- name: Add ondrej repository for later versions of PHP.
apt_repository:
repo: "ppa:ondrej/php"
update_cache: yes
#sudo dpkg -l | grep php | tee packages.txt
#sudo apt install apt-transport-https lsb-release ca-certificates wget -y
@@ -40,7 +40,7 @@
- "php{{ php_version }}-gd"
- "php{{ php_version }}-imap"
- "php{{ php_version }}-intl"
#- "php{{ php_version }}-json"
- "php{{ php_version }}-json"
- "php{{ php_version }}-mbstring"
- "php{{ php_version }}-gmp"
- "php{{ php_version }}-bcmath"