Remove ANSIBLE_METADATA from modules. (#49)

This commit is contained in:
Felix Fontein
2020-05-14 13:22:12 +02:00
committed by GitHub
parent f2aa6f3ae8
commit 9e5969a644
24 changed files with 0 additions and 95 deletions

View File

@@ -5,9 +5,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}
DOCUMENTATION = '''
---