Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch exeucion of adding users with execution of creating db #63

Closed
fmatuszewski opened this issue Feb 1, 2019 · 2 comments
Closed

Comments

@fmatuszewski
Copy link

Configure PostgreSQL.

  • import_tasks: databases.yml
  • import_tasks: users.yml

change to

Configure PostgreSQL.

  • import_tasks: users.yml
  • import_tasks: databases.yml

The reason for this is to create user which is needed to use it as the owner of database.

@mkobel
Copy link

mkobel commented Feb 4, 2019

See: #41 / #31

@geerlingguy
Copy link
Owner

This was fixed in #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants