From 1c25ab539512aedb98c82a56073ace56c5706ba1 Mon Sep 17 00:00:00 2001 From: tompal3 Date: Thu, 22 Feb 2024 11:15:03 +0200 Subject: [PATCH] Update changelogs/fragments/598-password_expire-support-for-mysql_user.yml Co-authored-by: Andrew Klychkov --- .../fragments/598-password_expire-support-for-mysql_user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/598-password_expire-support-for-mysql_user.yml b/changelogs/fragments/598-password_expire-support-for-mysql_user.yml index ad70fa5..c0fd472 100644 --- a/changelogs/fragments/598-password_expire-support-for-mysql_user.yml +++ b/changelogs/fragments/598-password_expire-support-for-mysql_user.yml @@ -1,2 +1,2 @@ minor_changes: - - "mysql_user - new feature - password expiration management for mysql user (https://github.com/ansible-collections/community.mysql/pull/598)." + - "mysql_user - add the ``password_expire`` and ``password_expire_interval`` arguments to implement the password expiration management for mysql user (https://github.com/ansible-collections/community.mysql/pull/598)."