matrix-docker-ansible-deploy/roles/matrix-server
Slavi Pantaleev f472c1b9e5 Ensure psql returns a failure exit code when it fails
Until now, if the .sql file contained invalid data, psql would
choke on it, but still return an exit code of 0.
This is very misleading.

We need to pass `-v ON_ERROR_STOP=1` to make it exit
with a proper error exit code when failures happen.
2019-01-01 14:05:11 +02:00
..
defaults Lowercase host_specific_hostname_identity to prevent troubles 2018-12-23 19:25:57 +02:00
files/yum.repos.d Stop using patched synapse_port_db script 2017-10-14 09:58:06 +03:00
tasks Ensure psql returns a failure exit code when it fails 2019-01-01 14:05:11 +02:00
templates Set MAILNAME env variable to FQDN hostname for matrix-mailer. 2018-12-30 21:50:59 +01:00