From a09d91d9454cbd95fca6b9bff146590aceae2b2f Mon Sep 17 00:00:00 2001 From: Michel Blanc Date: Sat, 28 Oct 2017 14:43:32 +0200 Subject: [PATCH] Fixes version added Changed version_added for module to 2.3, to reflect upstream. Added note about usage since 1.9.6 --- postgresql_schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql_schema.py b/postgresql_schema.py index bad773b..04d60fb 100644 --- a/postgresql_schema.py +++ b/postgresql_schema.py @@ -21,8 +21,8 @@ module: postgresql_schema short_description: Add or remove PostgreSQL schema from a remote host. description: - - Add or remove PostgreSQL schema from a remote host. -version_added: "0.1" + - Add or remove PostgreSQL schema from a remote host. This module has been used extensively since 1.9.6. +version_added: "2.3" options: name: description: