php: add postgresql
This commit is contained in:
parent
8e524d2a8e
commit
5a1f77ca98
|
@ -6,6 +6,7 @@
|
|||
- php-fpm
|
||||
- php-gd
|
||||
- php-imap
|
||||
- php-pgsql
|
||||
|
||||
- name: enable extension
|
||||
notify: restart php-fpm
|
||||
|
@ -17,6 +18,8 @@
|
|||
- curl
|
||||
- gd
|
||||
- imap
|
||||
- pgsql
|
||||
- pdo_pgsql
|
||||
- mysqli
|
||||
- pdo_mysql
|
||||
- zip
|
||||
|
|
Loading…
Reference in New Issue