From 71e336917a70d6137e756c296190db8bb47e5b43 Mon Sep 17 00:00:00 2001 From: Viktor Berke Date: Fri, 24 Nov 2023 03:14:46 +0100 Subject: [PATCH] Add php-xml for WordPress --- tasks/wordpress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/wordpress.yml b/tasks/wordpress.yml index 80f8a0d..d467c7f 100644 --- a/tasks/wordpress.yml +++ b/tasks/wordpress.yml @@ -11,6 +11,7 @@ - php-mysqlnd - php-json - php-mbstring + - php-xml - "php{% if ansible_pkg_mgr == 'apt' %}{{ noobient_nginx_php_ver }}{% endif %}-intl" - "php{% if ansible_pkg_mgr == 'dnf' %}-pecl{% else %}{{ noobient_nginx_php_ver }}{% endif %}-zip" register: noobient_nginx_wp_installed