matrix-docker-ansible-deploy/roles/matrix-postgres/tasks
Slavi Pantaleev bbc09d013b Do not execute additional databases creation code if not necessary
The tasks in `create_additional_databases.yml` will likely
ensure `matrix-postgres.service` is started, etc.

If no additional databases are defined, we'd rather not execute that
file and all these tasks that it may do in the future.
2020-12-13 23:46:05 +02:00
..
util Prevent weird loop error 2020-12-13 22:56:56 +02:00
import_postgres.yml
import_sqlite_db.yml
init.yml
main.yml
migrate_postgres_data_directory.yml
run_vacuum.yml
setup_postgres.yml Do not execute additional databases creation code if not necessary 2020-12-13 23:46:05 +02:00
upgrade_postgres.yml
validate_config.yml