forked from ISTI-ansible-roles/ansible-roles
nextcloud: change the default PHP version.
This commit is contained in:
parent
2ed9ff6e09
commit
56c60b92ee
|
@ -6,7 +6,7 @@ redis_install: True
|
||||||
http_port: 80
|
http_port: 80
|
||||||
https_port: 443
|
https_port: 443
|
||||||
|
|
||||||
php_version: 7.0
|
php_version: 7.2
|
||||||
phpfpm_base_dir: '/etc/php/{{ php_version }}/fpm'
|
phpfpm_base_dir: '/etc/php/{{ php_version }}/fpm'
|
||||||
phpfpm_cli_dir: '/etc/php/{{ php_version }}/cli'
|
phpfpm_cli_dir: '/etc/php/{{ php_version }}/cli'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue