summaryrefslogtreecommitdiff
path: root/network/basics/get_url.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-06 02:35:05 -0800
committerToshio Kuratomi <a.badger@gmail.com>2016-12-06 07:03:05 -0800
commitd749ec91e513c40a50b539a7eaccf29c31dda4d4 (patch)
tree229a30024f8250872a1a07fc9eb755a48366bb3c /network/basics/get_url.py
parentfc465fa1e776a1e9d3a7448db0081d3e205ec06e (diff)
downloadansible-modules-core-d749ec91e513c40a50b539a7eaccf29c31dda4d4.tar.gz
Refreshed metadata for core modules
Diffstat (limited to 'network/basics/get_url.py')
-rw-r--r--network/basics/get_url.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/basics/get_url.py b/network/basics/get_url.py
index e7a5860b..a15b78df 100644
--- a/network/basics/get_url.py
+++ b/network/basics/get_url.py
@@ -25,6 +25,10 @@ import datetime
import re
import tempfile
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: get_url