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-fpm
- php-gd - php-gd
- php-imap - php-imap
- php-pgsql
- name: enable extension - name: enable extension
notify: restart php-fpm notify: restart php-fpm
@ -17,6 +18,8 @@
- curl - curl
- gd - gd
- imap - imap
- pgsql
- pdo_pgsql
- mysqli - mysqli
- pdo_mysql - pdo_mysql
- zip - zip