From 88fea228dce13d334a7dda42efdf6d079f17c009 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 2 Mar 2015 15:11:25 -0800 Subject: [PATCH] Fix postgresql_ext documentation --- .../modules/extras/database/postgresql/postgresql_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py b/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py index 8dd32106d9a..d70107a4cf9 100644 --- a/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py +++ b/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py @@ -54,7 +54,7 @@ options: - Database port to connect to. required: false default: 5432 - state: + state: description: - The database extension state required: false