Closed dixhuit closed 9 years ago
Dan,
This patch should fix the issue (only changes the php version test). HTH, cheers.
diff --git a/vlad/playbooks/roles/php/tasks/debian_xdebug.yml b/vlad/playbooks/roles/php/tasks/debian_xdebug.yml
index 7fd21bc..8b96ced 100644
--- a/vlad/playbooks/roles/php/tasks/debian_xdebug.yml
+++ b/vlad/playbooks/roles/php/tasks/debian_xdebug.yml
@@ -27,7 +27,7 @@
- name: xdebug | update xdebug configuration file
template: src=php_apache2_xdebug.ini.j2 dest=/etc/php5/mods-available/xdebug.ini
- when: xdebug_installed.changed and php_version != '5.4'
+ when: xdebug_installed.changed and php_version != '5.3'
tags: xdebug
sudo: true
Thanks Mariano. I've applied that fix to dev :)
This has now been fixed and released in v1.0.4.
If your settings contain the following preferences:
Vlad will error when provisioning xdebug: