1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-08-12 23:02:47 +03:00

Remove ANSIBLE_METADATA (#339)

* Remove ANSIBLE_METADATA

* remove from other modules

* remove from plugins and scripts
This commit is contained in:
Andrew Klychkov
2020-05-14 16:03:42 +03:00
committed by GitHub
parent 1bbc88af92
commit 5d226f86b6
729 changed files with 0 additions and 3391 deletions

View File

@@ -7,10 +7,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}
DOCUMENTATION = r'''
---
module: postgresql_schema