mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2024-11-25 10:55:10 +01:00
Update setup-RedHat.yml
This commit is contained in:
parent
0974f94c37
commit
4203e796e6
@ -11,6 +11,10 @@
|
|||||||
set_fact: php_enablerepo="remi,remi-php74"
|
set_fact: php_enablerepo="remi,remi-php74"
|
||||||
when: php_version == "7.4"
|
when: php_version == "7.4"
|
||||||
|
|
||||||
|
- name: Enable remi repo for PHP 8.0.
|
||||||
|
set_fact: php_enablerepo="remi,remi-php80"
|
||||||
|
when: php_version == "8.0"
|
||||||
|
|
||||||
# See: https://github.com/ansible/ansible/issues/64852
|
# See: https://github.com/ansible/ansible/issues/64852
|
||||||
- block:
|
- block:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user