php: add image foo

This commit is contained in:
genofire 2020-07-24 18:41:14 +02:00
parent 5a1f77ca98
commit 36436a8151
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@
- php-gd
- php-imap
- php-pgsql
- php-imagick
- php-intl
- name: enable extension
notify: restart php-fpm
@ -16,13 +18,17 @@
line: "extension={{ item }}"
with_items:
- curl
- exif
- gd
- iconv
- imap
- intl
- pgsql
- pdo_pgsql
- mysqli
- pdo_mysql
- zip
- imagick
- name: enabled and started php-fpm
systemd: