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_lang.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'database/postgresql/postgresql_lang.py') diff --git a/database/postgresql/postgresql_lang.py b/database/postgresql/postgresql_lang.py index a2543295..1a868bf6 100644 --- a/database/postgresql/postgresql_lang.py +++ b/database/postgresql/postgresql_lang.py @@ -17,6 +17,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_lang -- cgit v1.2.1