matrix: set proper collation/ctype for DB

This commit is contained in:
Markus 2020-01-22 13:12:21 +01:00
parent 84189d95a1
commit 9ff516e089
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- python-psycopg2
- name: Configure PostgreSQL database
postgresql_db: name={{ matrix_dbname }}
postgresql_db: name={{ matrix_dbname }} lc_collate=C lc_ctype=C template=template0
become: true
become_user: postgres