Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 7885364

Browse files
committed
Fixes #134: Add PHP 7.0 support for RHEL/CentOS.
1 parent 040ba4b commit 7885364

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

provisioning/tasks/init-redhat.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
- name: Enable remi repo for PHP 5.6.
2020
set_fact: php_enablerepo="remi,remi-php56"
2121
when: php_version == "5.6"
22+
23+
- name: Enable remi repo for PHP 7.0.
24+
set_fact: php_enablerepo="remi,remi-php70"
25+
when: php_version == "7.0"

0 commit comments

Comments
 (0)