From 87e886a5502fb8106de7448669b9a3f5475352b5 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 26 Oct 2013 12:47:22 -0400 Subject: [PATCH] updated to make note that password is required before v1.4 Signed-off-by: Brian Coca --- library/database/postgresql_user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/database/postgresql_user b/library/database/postgresql_user index f213f06ece6..e7d2793a535 100644 --- a/library/database/postgresql_user +++ b/library/database/postgresql_user @@ -43,7 +43,7 @@ options: default: null password: description: - - set the user's password + - set the user's password, before 1.4 this was requried. required: false default: null db: