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

Commit

Permalink
Fixes #134: Add PHP 7.0 support for RHEL/CentOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jun 27, 2015
1 parent 040ba4b commit 7885364
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provisioning/tasks/init-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
- name: Enable remi repo for PHP 5.6.
set_fact: php_enablerepo="remi,remi-php56"
when: php_version == "5.6"

- name: Enable remi repo for PHP 7.0.
set_fact: php_enablerepo="remi,remi-php70"
when: php_version == "7.0"

0 comments on commit 7885364

Please sign in to comment.