nextcloud: change the default PHP version.

This commit is contained in:
Andrea Dell'Amico 2019-03-26 15:47:21 +01:00
parent 2ed9ff6e09
commit 56c60b92ee
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ redis_install: True
http_port: 80
https_port: 443
php_version: 7.0
php_version: 7.2
phpfpm_base_dir: '/etc/php/{{ php_version }}/fpm'
phpfpm_cli_dir: '/etc/php/{{ php_version }}/cli'