Bump default version of PHP for RedHat systems.

This commit is contained in:
Jeff Geerling 2023-02-02 21:54:08 -06:00
parent 1cd65e086e
commit 153b163c25
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
php_enable_webserver: false php_enable_webserver: false
php_enable_php_fpm: true php_enable_php_fpm: true
php_memory_limit: "192M" php_memory_limit: "192M"
php_enablerepo: "remi,remi-php70" php_enablerepo: "remi,remi-php82"
php_install_recommends: false php_install_recommends: false
handlers: handlers:
@ -28,7 +28,7 @@
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: Add repository for PHP 7. - name: Add repository for PHP 8.
apt_repository: repo='ppa:ondrej/php' apt_repository: repo='ppa:ondrej/php'
when: ansible_distribution == 'Ubuntu' when: ansible_distribution == 'Ubuntu'