Update changelogs/fragments/286-mysql_drop_user_role_if_exists.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
TodoInTX 2022-02-14 09:17:46 -06:00 committed by GitHub
commit 4d20964a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
bugfixes:
- mysql_role and mysql_user Adds IF EXISTS clause to DROP ROLE and DROP USER statements to make them replication safe on MySQL 5.7+ and MariaDB 10.1+
- mysql_role and mysql_user - adds IF EXISTS clause to DROP ROLE and DROP USER statements to make them replication safe on MySQL 5.7+ and MariaDB 10.1+ (https://github.com/ansible-collections/community.mysql/pull/286).