php: add postgresql

This commit is contained in:
genofire 2020-07-22 19:49:32 +02:00
parent 8e524d2a8e
commit 5a1f77ca98
1 changed files with 3 additions and 0 deletions

View File

@ -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