forked from infra/ansible
Fix owncloud DB creation and add forgotten ldap module.
This commit is contained in:
parent
75aa51d0bb
commit
1f11072d0f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user