matrix-docker-ansible-deploy/roles/matrix-postgres/tasks/util
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
..
create_additional_databases.yml Prevent weird loop error 2020-12-13 22:56:56 +02:00
detect_existing_postgres_version.yml Add support for postgres 13 2020-09-30 16:50:59 -05:00