diff --git a/lib/ansible/modules/database/mysql/mysql_user.py b/lib/ansible/modules/database/mysql/mysql_user.py index 301e2dd0be6..2564cef46d5 100644 --- a/lib/ansible/modules/database/mysql/mysql_user.py +++ b/lib/ansible/modules/database/mysql/mysql_user.py @@ -55,6 +55,7 @@ options: required: false choices: [ "yes", "no" ] default: "no" + version_added: "2.1" login_user: description: - The username used to authenticate with