matrix-docker-ansible-deploy/roles/matrix-postgres/tasks
Slavi Pantaleev c765ceb270 Prevent weird loop error
> Invalid data passed to 'loop', it requires a list, got this instead: matrix_postgres_additional_databases. Hint: If you passed a list/dict of just one element, try adding wantlist=True to your lookup invocation or use q/query instead of lookup.

Well, or working around it, as I've done in this commit (which seems
more sane than `wantlist=True` stuff).
2020-12-13 22:56:56 +02:00
..
util Prevent weird loop error 2020-12-13 22:56:56 +02:00
import_postgres.yml Remove some more -v usage 2020-11-25 10:49:59 +02:00
import_sqlite_db.yml Remove some more -v usage 2020-11-25 10:49:59 +02:00
init.yml Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8 2019-05-21 10:25:59 -05:00
main.yml Remove synapse-janitor support 2020-12-11 23:24:42 +02:00
migrate_postgres_data_directory.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
run_vacuum.yml Remove hardcoded command paths in playbook shell usage 2020-05-27 23:14:56 +02:00
setup_postgres.yml Relocate Postgres additional database creation logic 2020-12-13 22:37:04 +02:00
upgrade_postgres.yml Remove some more -v usage 2020-11-25 10:49:59 +02:00
validate_config.yml Ensure Postgres passwords are not longer than 99 characters 2020-11-26 09:51:48 +02:00