Merge pull request #31 from daniel-wind/patch-1

create users before database
This commit is contained in:
Jeff Geerling 2019-09-17 15:09:00 -05:00 committed by GitHub
commit 7be6a15ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
enabled: "{{ postgresql_service_enabled }}"
# Configure PostgreSQL.
- import_tasks: databases.yml
- import_tasks: users.yml
- import_tasks: databases.yml