summaryrefslogtreecommitdiff
path: root/system/authorized_key.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 /system/authorized_key.py
parentfc465fa1e776a1e9d3a7448db0081d3e205ec06e (diff)
downloadansible-modules-core-d749ec91e513c40a50b539a7eaccf29c31dda4d4.tar.gz
Refreshed metadata for core modules
Diffstat (limited to 'system/authorized_key.py')
-rw-r--r--system/authorized_key.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/authorized_key.py b/system/authorized_key.py
index 7ac85eae..c2023e30 100644
--- a/system/authorized_key.py
+++ b/system/authorized_key.py
@@ -21,6 +21,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': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: authorized_key