Explorar o código

Add postgres and sqlite connectors to PHP bundle

Emmanuel Bouthenot %!s(int64=10) %!d(string=hai) anos
pai
achega
373dad7ed6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      roles/webserver/tasks/php.yml

+ 2 - 0
roles/webserver/tasks/php.yml

@@ -7,6 +7,8 @@
     - php5-intl
     - php5-mcrypt
     - php-mime-type
+    - php5-pgsql
+    - php5-sqlite
   when: with_php
 
 - name: Create PHP log directory