mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
10 lines
264 B
YAML
10 lines
264 B
YAML
---
|
|
- name: Install xdebug
|
|
apt: pkg=php-xdebug state=latest update_cache=yes
|
|
|
|
- name: Copy xdebug INI into mods-available folder.
|
|
template: >
|
|
src=xdebug.ini.j2
|
|
dest=/etc/php/{{ phpversion }}/mods-available/xdebug.ini
|
|
owner=root group=root mode=644
|