fix utf8 settings
This commit is contained in:
parent
417fab2a6a
commit
908522b062
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
||||||
mysql_db:
|
mysql_db:
|
||||||
login_unix_socket: /var/run/mysqld/mysqld.sock
|
login_unix_socket: /var/run/mysqld/mysqld.sock
|
||||||
name: "{{ item.key }}"
|
name: "{{ item.key }}"
|
||||||
collation: "{{ item.value.collation | default('utf8_general_ci') }}"
|
collation: "{{ item.value.collation | default('utf8mb4_unicode_ci') }}"
|
||||||
encoding: "{{ item.value.encoding | default('utf8') }}"
|
encoding: "{{ item.value.encoding | default('utf8mb4') }}"
|
||||||
with_dict: "{{ mariadb.dbs }}"
|
with_dict: "{{ mariadb.dbs }}"
|
||||||
|
|
||||||
- name: create mariadb users
|
- name: create mariadb users
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue