Created
December 7, 2016 17:11
-
-
Save thomaslorentsen/638baa2aae856174f83f8dad3be84d4b to your computer and use it in GitHub Desktop.
Installs XDebug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Install XDebug | |
yum: | |
name: php-pecl-xdebug | |
state: present | |
- name: Set XDebug module location | |
lineinfile: | |
dest: /etc/php.d/xdebug.ini | |
regexp: '^zend_extension=' | |
line: 'zend_extension=/usr/lib64/php/modules/xdebug.so' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment