Add collation and charset for giteadb
This commit is contained in:
parent
f7d09cb45d
commit
a3928fde59
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue