fix uninstall xdebug block for FreeBSD (#12)

improve
xelgand 2019-04-23 09:31:45 +02:00 committed by Emilien M
parent 75f09eaf59
commit 73fa4dc212
1 changed files with 3 additions and 2 deletions

View File

@ -33,9 +33,10 @@
state: absent
when: ansible_os_family == 'Debian'
- name: PKGNG | Install xdebug
- name: PKGNG | Uninstall xdebug
pkgng:
name: "{{ php_xdebug_package }}"
when: ansible_os_family == 'FreeBSD' and php_xdebug_package is defined
state: absent
when: ansible_os_family == 'FreeBSD'
when: not php_install_xdebug