From 138e27a31ea09bf2c1e714c0459965ea1025b4bb Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 15 May 2020 13:27:47 +0300 Subject: [PATCH] Remove ANSIBLE_METADATA (#35) --- plugins/modules/command.py | 5 ----- plugins/modules/facts.py | 5 ----- 2 files changed, 10 deletions(-) diff --git a/plugins/modules/command.py b/plugins/modules/command.py index f0f5d69..1f04d83 100644 --- a/plugins/modules/command.py +++ b/plugins/modules/command.py @@ -5,11 +5,6 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type -ANSIBLE_METADATA = {'metadata_version': '1.1', - 'status': ['preview'], - 'supported_by': 'community'} - - DOCUMENTATION = ''' --- module: command diff --git a/plugins/modules/facts.py b/plugins/modules/facts.py index 414c577..2417133 100644 --- a/plugins/modules/facts.py +++ b/plugins/modules/facts.py @@ -5,11 +5,6 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type -ANSIBLE_METADATA = {'metadata_version': '1.1', - 'status': ['preview'], - 'supported_by': 'community'} - - DOCUMENTATION = ''' --- module: facts