mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-21 14:02:09 +07:00
Don't need php-config to configure xdebug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user