deps for pma

This commit is contained in:
lulzette 2021-02-26 18:46:28 +03:00
parent ca222e999d
commit b34327bd2c

View File

@ -1,5 +1,5 @@
---
- name: Install php-fpm package and deps
apt:
name: ['php-fpm', 'php-imagick', 'php-memcached', 'php-zip', 'php-mysql', 'php-gd', 'php-mbstring']
name: ['php-fpm', 'php-imagick', 'php-memcached', 'php-zip', 'php-mysql', 'php-gd', 'php-mbstring', 'php-xml']
state: present