Update setup-RedHat.yml

This commit is contained in:
Brian Wells 2021-03-18 12:17:42 -05:00
parent 0974f94c37
commit 4203e796e6
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
set_fact: php_enablerepo="remi,remi-php74"
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
- block: