mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-10 17:26:20 -04:00
Merge pull request #31 from daniel-wind/patch-1
create users before database
This commit is contained in:
commit
7be6a15ccc
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
||||||
enabled: "{{ postgresql_service_enabled }}"
|
enabled: "{{ postgresql_service_enabled }}"
|
||||||
|
|
||||||
# Configure PostgreSQL.
|
# Configure PostgreSQL.
|
||||||
- import_tasks: databases.yml
|
|
||||||
- import_tasks: users.yml
|
- import_tasks: users.yml
|
||||||
|
- import_tasks: databases.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue