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