Files @ 3722152897ec
Branch filter:

Location: majic-ansible-roles/roles/database_server/templates/utf8.cnf.j2

branko
MAR-218: Disable Ansible lints for prefixed role variable names:

- At this point in time, it does not make much sense to introduce
prefixing and breaking every single role invocation.
- Might be worth revisting down the line, although it would require
understanding a bit more clearly if prefixing has any kind of
special logic handling or it's pure guidelines.
1
2
3
4
5
6
7
8
[client]
default-character-set = utf8mb3

[mysqld]
character-set-server  = utf8mb3
collation-server      = utf8mb3_general_ci
character_set_server  = utf8mb3
collation_server      = utf8mb3_general_ci