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)."