Remove ANSIBLE_METADATA (#35)

This commit is contained in:
Andrew Klychkov 2020-05-15 13:27:47 +03:00 committed by Felix Fontein
parent bcfea39ddc
commit 138e27a31e
2 changed files with 0 additions and 10 deletions

View file

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

View file

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