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