Add community.mysql.mysql_user module column_case_sensitive
This needs adding:
The default is
false.When
true, the module will not uppercase the field names in the privileges.When
false, the field names will be upper-cased. This is the defaultThis feature was introduced because MySQL 8 and above uses case sensitive fields names in privileges.