Skip to content
Snippets Groups Projects
Commit 926ae910 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix xdebug playbook

parent 48705486
No related branches found
No related tags found
No related merge requests found
Pipeline #1070478 passed
......@@ -74,6 +74,9 @@
- php-xdebug
- php{{php_version|default("7.0")}}-xdebug
ignore_errors: yes
- name: Ensure PHP extension through PECL
shell: pecl install xdebug
ignore_errors: yes
- name: Turn on/off xdebug
lineinfile:
dest: /etc/{{ php_base_dir|default('php5') }}/{{ php_conf_dir|default('conf.d') }}/xdebug.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment