Don't need php-config to configure xdebug

This commit is contained in:
Emilien Mantel
2016-03-06 19:23:08 +01:00
parent dea67d8aea
commit 428e1aa162
2 changed files with 0 additions and 11 deletions

View File

@@ -13,13 +13,6 @@
- "{{ php_packages }}"
- "{{ php_extra_packages }}"
# Note: only needed for PHP5x + Xdebug
- name: COMMAND | Get PHP extension dir
command: php-config --extension-dir
changed_when: false
register: php_extension_dir
when: php_version == '5.6'
- name: INCLUDE | PHP-FPM
include: fpm.yml
when: php_install_fpm