Merge pull request 'Install the php mbstring extension.' (#19) from adellam/ansible-role-wordpress:master into master
This commit is contained in:
commit
f12e9a147b
|
@ -39,6 +39,7 @@ wordpress_php_prereq:
|
|||
- 'php{{ php_version }}-curl'
|
||||
- 'php{{ php_version }}-opcache'
|
||||
- 'php{{ php_version }}-xml'
|
||||
- 'php{{ php_version }}-mbstring'
|
||||
- php-pear
|
||||
- php-date
|
||||
- imagemagick
|
||||
|
|
Loading…
Reference in New Issue