소스 검색

Add postgres and sqlite connectors to PHP bundle

Emmanuel Bouthenot 10 년 전
부모
커밋
373dad7ed6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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