fix uninstall xdebug block for FreeBSD

pull/12/head
xelgand 2019-04-22 15:19:21 +02:00
parent 5ef6d09ac6
commit f57c4c96f8
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