summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/openstack/os_subnets_facts.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-06 02:35:05 -0800
committerMatt Clay <matt@mystile.com>2016-12-08 11:25:35 -0500
commit73191045527834fbabc40cf47a2173d5933ae480 (patch)
tree11437ebcce3087dfc10540b34b52f788519a690a /lib/ansible/modules/cloud/openstack/os_subnets_facts.py
parent46ca2b8bcd570fd8eb825d622283164c83908869 (diff)
downloadansible-73191045527834fbabc40cf47a2173d5933ae480.tar.gz
Refreshed metadata for core modules
Diffstat (limited to 'lib/ansible/modules/cloud/openstack/os_subnets_facts.py')
-rw-r--r--lib/ansible/modules/cloud/openstack/os_subnets_facts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ansible/modules/cloud/openstack/os_subnets_facts.py b/lib/ansible/modules/cloud/openstack/os_subnets_facts.py
index 3fe0b80ed1..b4beedab5a 100644
--- a/lib/ansible/modules/cloud/openstack/os_subnets_facts.py
+++ b/lib/ansible/modules/cloud/openstack/os_subnets_facts.py
@@ -21,6 +21,10 @@ try:
except ImportError:
HAS_SHADE = False
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: os_subnets_facts