roles/php-fpm: Install php7.4-xml

The RSS feeds in the WordPress admin dashboard need this.
This commit is contained in:
2021-09-13 10:19:33 +03:00
parent 6ee389eda5
commit 341a1bf11e

View File

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