Set encoding for epgd database to utf8
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user