From bf5f072d9072d7e8df486c145af392e7e281e8dd 2020-01-08 20:23:08 From: Branko Majic Date: 2020-01-08 20:23:08 Subject: [PATCH] MAR-148: Add a TODO entry for removing patched mysql.py file. --- diff --git a/roles/database_server/module_utils/mysql.py b/roles/database_server/module_utils/mysql.py index f153542749f72387076bb8d7b94aca84ed441d4e..8cba4807c8f28eed886241385f0560dce5b1124b 100644 --- a/roles/database_server/module_utils/mysql.py +++ b/roles/database_server/module_utils/mysql.py @@ -1,3 +1,12 @@ +# @TODO: This is a patched file used as workaround for issues around +# the use check_implicit_admin parameter for the mysql_user +# module. Once the fix has landed in official Ansible release, this +# file should be dropped. For more details see: +# +# - https://github.com/ansible/ansible/commit/47aea84924 +# - https://github.com/ansible/ansible/issues/64560 + + # This code is part of Ansible, but is an independent component. # This particular file snippet, and this file snippet only, is BSD licensed. # Modules you write using this snippet, which is embedded dynamically by Ansible