Merge pull request 'Install the php mbstring extension.' (#19) from adellam/ansible-role-wordpress:master into master

This commit is contained in:
Andrea Dell'Amico 2020-10-12 11:41:05 +02:00
commit f12e9a147b
1 changed files with 1 additions and 0 deletions

View File

@ -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