mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Bump default version of PHP for RedHat systems.
This commit is contained in:
parent
1cd65e086e
commit
153b163c25
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user