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

View File

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