From a7ac0197926661b150bd2c3777891863ea89e799 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 5 Oct 2023 14:05:47 +0200 Subject: [PATCH] add kmarse and myself to the authors --- plugins/modules/mysql_role.py | 2 ++ plugins/modules/mysql_user.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/plugins/modules/mysql_role.py b/plugins/modules/mysql_role.py index 68bafae..aac0eb7 100644 --- a/plugins/modules/mysql_role.py +++ b/plugins/modules/mysql_role.py @@ -149,6 +149,8 @@ seealso: author: - Andrew Klychkov (@Andersson007) - Felix Hamme (@betanummeric) + - kmarse (@kmarse) + - Laurent Indermühle (@laurent-indermuehle) extends_documentation_fragment: - community.mysql.mysql diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 34a1695..66215d5 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -191,6 +191,9 @@ author: - Jonathan Mainguy (@Jmainguy) - Benjamin Malynovytch (@bmalynovytch) - Lukasz Tomaszkiewicz (@tomaszkiewicz) +- kmarse (@kmarse) +- Laurent Indermühle (@laurent-indermuehle) + extends_documentation_fragment: - community.mysql.mysql '''