From 6c7d63b15c77126b4d6a8a7668545555578469c5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 6 Dec 2016 02:35:25 -0800 Subject: Refreshed metadata for extras modules --- database/postgresql/postgresql_ext.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'database/postgresql/postgresql_ext.py') diff --git a/database/postgresql/postgresql_ext.py b/database/postgresql/postgresql_ext.py index 9f14a182..09b2903d 100644 --- a/database/postgresql/postgresql_ext.py +++ b/database/postgresql/postgresql_ext.py @@ -16,6 +16,10 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + DOCUMENTATION = ''' --- module: postgresql_ext -- cgit v1.2.1