Load default PHP version per OS release

This commit is contained in:
Emilien Mantel
2017-06-13 11:51:51 +02:00
parent 8758a9b7dc
commit f38aa400b3
6 changed files with 13 additions and 6 deletions

1
vars/Debian-8.yml Normal file
View File

@@ -0,0 +1 @@
php_default_version: '5.6'

1
vars/Debian-9.yml Normal file
View File

@@ -0,0 +1 @@
php_default_version: '7.0'