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

The RSS feeds in the WordPress admin dashboard need this.
This commit is contained in:
Alan Orth 2021-09-13 10:19:33 +03:00
parent 6ee389eda5
commit 341a1bf11e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

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