From 8a262c2b20a535a67785d377f678b05642aa4c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Sipma?= Date: Fri, 4 Jan 2013 15:16:05 +0100 Subject: [PATCH] add documentation for "template" parameter in postgresql_db --- library/postgresql_db | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/postgresql_db b/library/postgresql_db index d1ae5fe401..b7d040a2c4 100644 --- a/library/postgresql_db +++ b/library/postgresql_db @@ -49,6 +49,11 @@ options: - Name of the role to set as owner of the database required: false default: null + template: + description: + - Template used to create the database + required: false + default: null state: description: - The database state