forked from infra/ansible
matrix: set proper collation/ctype for DB
This commit is contained in:
parent
84189d95a1
commit
9ff516e089
@ -17,7 +17,7 @@
|
|||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
|
||||||
- name: Configure PostgreSQL database
|
- 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: true
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user