Ensure PostgreSQL is running before creating users
If PostgreSQL were manually stopped at any time post-install, a re-run of the playbook would have failed because the postgresql_user module would have had no database to connect to. Thus, make sure that the service runs before we try to interact with the database.
Please register or sign in to comment