mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-15 13:32:09 +07:00
fix uninstall xdebug block for FreeBSD (#12)
This commit is contained in:
@@ -33,9 +33,10 @@
|
|||||||
state: absent
|
state: absent
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
- name: PKGNG | Install xdebug
|
- name: PKGNG | Uninstall xdebug
|
||||||
pkgng:
|
pkgng:
|
||||||
name: "{{ php_xdebug_package }}"
|
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
|
when: not php_install_xdebug
|
||||||
|
|||||||
Reference in New Issue
Block a user