matrix-docker-ansible-deploy/roles/matrix-postgres
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
..
defaults Allow username of additional Postgres databases to be different 2020-12-13 22:37:04 +02:00
tasks Prevent weird loop error 2020-12-13 22:56:56 +02:00
templates Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00