mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-14 10:25:24 +01:00
Issue #158: Don't install recommended packages, to prevent PHP 7 default.
This commit is contained in:
parent
57c67683db
commit
fe2e7b2fa5
@ -5,6 +5,7 @@
|
||||
php_enable_webserver: false
|
||||
php_memory_limit: "192M"
|
||||
php_enablerepo: "remi,remi-php70"
|
||||
php_install_recommends: no
|
||||
|
||||
pre_tasks:
|
||||
- name: Update apt cache.
|
||||
|
Loading…
Reference in New Issue
Block a user