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

@ -1874,7 +1874,7 @@ In order to achive a clean shutdown of the session, ~x@t7.service~ is set as a d
- [X] read EDID from displays
create a xorg.conf for
- [X] nvidia
- [ ] intel
- [X] intel
- [ ] amd gpus
- [ ] allow overscan compensation in xorg.conf or via xrandr on startup

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