summaryrefslogtreecommitdiff
path: root/database/postgresql/postgresql_db.py
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/postgresql_db.py')
-rwxr-xr-xdatabase/postgresql/postgresql_db.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/database/postgresql/postgresql_db.py b/database/postgresql/postgresql_db.py
index 70cc96dc..ffd22060 100755
--- a/database/postgresql/postgresql_db.py
+++ b/database/postgresql/postgresql_db.py
@@ -16,6 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: postgresql_db