From 51db236aa7556f68d442386a6ea8f2938dcfc5a6 Mon Sep 17 00:00:00 2001 From: Jonathan Mainguy Date: Tue, 27 Oct 2015 13:17:24 -0400 Subject: [PATCH] Update doc to reflect password is required if adding a new user --- database/mysql/mysql_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/mysql/mysql_user.py b/database/mysql/mysql_user.py index 1ea54b41b3a..3ac7c0890cd 100644 --- a/database/mysql/mysql_user.py +++ b/database/mysql/mysql_user.py @@ -32,7 +32,7 @@ options: required: true password: description: - - set the user's password + - set the user's password. (Required when adding a user) required: false default: null host: