Fix owncloud DB creation and add forgotten ldap module.

This commit is contained in:
Markus 2016-04-06 09:49:25 +02:00
parent 75aa51d0bb
commit 1f11072d0f
1 changed files with 2 additions and 1 deletions

View File

@ -6,12 +6,13 @@
- php5-curl
- php5-fpm
- php5-gd
- php5-ldap
- php5-pgsql
- postgresql
- python-psycopg2
- name: Configure PostgreSQL database
postgresql_db: name={{ owncloud_dbname }} owner={{ owncloud_dbuser }}
postgresql_db: name={{ owncloud_dbname }}
become: true
become_user: postgres