fix utf8 settings

This commit is contained in:
nd 2021-09-26 13:27:23 +02:00
parent 417fab2a6a
commit 908522b062
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -10,8 +10,8 @@
mysql_db:
login_unix_socket: /var/run/mysqld/mysqld.sock
name: "{{ item.key }}"
collation: "{{ item.value.collation | default('utf8_general_ci') }}"
encoding: "{{ item.value.encoding | default('utf8') }}"
collation: "{{ item.value.collation | default('utf8mb4_unicode_ci') }}"
encoding: "{{ item.value.encoding | default('utf8mb4') }}"
with_dict: "{{ mariadb.dbs }}"
- name: create mariadb users