roles/php-fpm: Install php7.4-xml
The RSS feeds in the WordPress admin dashboard need this.
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
- php7.4-mysql
|
||||
- php7.4-gd
|
||||
- php7.4-curl
|
||||
- php7.4-xml
|
||||
|
||||
- name: Install php-fpm and deps
|
||||
apt: name={{ php_fpm_packages }} state=present update_cache=yes
|
||||
|
Reference in New Issue
Block a user