Changeset - 10f53ae8f131
[Not reviewed]
0 1 0
Branko Majic (branko) - 10 days ago 2024-09-09 12:53:36
branko@majic.rs
MAR-218: Enable case-sensitive column name handling for database privileges:

- This will become a new default in the next major release of the
community.mysql collection.
- Gets rid of the Ansible mysql_user module warning.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
roles/database/tasks/main.yml
Show inline comments
 
@@ -13,6 +13,7 @@
 
    priv: "{{ db_name }}.*:ALL"
 
    state: present
 
    login_unix_socket: "/var/run/mysqld/mysqld.sock"
 
    column_case_sensitive: true
 

	
 
- name: Enable backup
 
  ansible.builtin.include_tasks: backup.yml
0 comments (0 inline, 0 general)