Fix up whitespace.

This commit is contained in:
Jeff Geerling 2022-09-09 10:37:50 -05:00
parent 574b060aa4
commit c942861308
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- name: Enable remi repo for PHP 8.0.
set_fact: php_enablerepo="remi,remi-php80"
when: php_version == "8.0"
- name: Enable remi repo for PHP 8.1.
set_fact: php_enablerepo="remi,remi-php81"
when: php_version == "8.1"