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