Set encoding for epgd database to utf8

This commit is contained in:
Alexander Grothe
2019-03-11 18:50:22 +01:00
parent c706146eac
commit 01d95ae89b
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
- name: Create a new database for epgd
mysql_db:
name: "{{ epgd_dbname }}"
encoding: utf8
state: present
login_unix_socket: /var/run/mysqld/mysqld.sock