Add collation and charset for giteadb

This commit is contained in:
flyingscorpio@clevo 2022-04-07 20:34:44 +02:00
parent f7d09cb45d
commit a3928fde59

View file

@ -6,6 +6,8 @@
mysql_db:
name: "{{ name_gitea_db }}"
state: present
encoding: utf8mb4
collation: utf8mb4_unicode_ci
login_unix_socket: /var/run/mysqld/mysqld.sock
- name: Set gitea database user and privileges