Manages PHP 7.1

This commit is contained in:
Emilien Mantel
2017-03-16 18:22:32 +01:00
parent 7727e19da9
commit 2987051153
8 changed files with 63 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
---
galaxy_info:
author: Emilien Mantel
description: Install and configure PHP 5.6/7.0 (+ FPM is wanted)
description: Install and configure PHP 5.6/7.0/7.1 (+ FPM is wanted)
company:
license: GPLv2
min_ansible_version: 1.9
min_ansible_version: 2.0
platforms:
- name: Debian
versions:
@@ -13,7 +13,11 @@ galaxy_info:
- development
- web
- php
- php5.6
- php5
- php7
- php7.0
- php7.1
- debian
dependencies: []