Skip to content

Commit

Permalink
Merge pull request #6 from MiLk/php7
Browse files Browse the repository at this point in the history
PHP7 support
  • Loading branch information
christopherobin committed Dec 16, 2015
2 parents 2abaf49 + bf8500e commit 16f394d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@
- name: "Set php facts"
set_fact:
php_fpm_service: php{{ php_version | replace('.','') }}-php-fpm
php_config_dir: /etc/opt/remi/php{{ php_version | replace('.','') }}
tags:
- php
- name: "Set php facts"
set_fact:
php_config_dir: /opt/remi/php{{ php_version | replace('.','') }}/root/etc
when: php_version | version_compare('7.0', '<')
tags:
- php

Expand Down

0 comments on commit 16f394d

Please sign in to comment.