php: add image foo
This commit is contained in:
parent
5a1f77ca98
commit
36436a8151
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue