create users before database

So that the owner option can be used on de database playbook
This commit is contained in:
Daniel Wind 2017-11-02 16:00:24 +01:00 committed by GitHub
parent 2fbaa2d33e
commit 929fe7ed3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@
enabled: yes
# Configure PostgreSQL.
- include: databases.yml
- include: users.yml
- include: databases.yml