summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/apt.py
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2020-06-04 21:01:46 -0400
committerGitHub <noreply@github.com>2020-06-04 21:01:46 -0400
commit062e780a68f9acd2ee6f824f252458b8a0351f24 (patch)
treed30bdf5dc0586214c2078a43c7f7e1a77b672cfc /lib/ansible/modules/apt.py
parentf5718a354c15acd3a47424318de87b0aeeda1d53 (diff)
downloadansible-062e780a68f9acd2ee6f824f252458b8a0351f24.tar.gz
starting metadata sunset (#69454)
* starting metadata sunset - purged metadata from any requirements - fix indent in generic handler for yaml content (whey metadata display was off) - make more resilient against bad formed docs - removed all metadata from docs template - remove metadata from schemas - removed mdata tests and from unrelated tests Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'lib/ansible/modules/apt.py')
-rw-r--r--lib/ansible/modules/apt.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ansible/modules/apt.py b/lib/ansible/modules/apt.py
index bee314e601..d90d12dca6 100644
--- a/lib/ansible/modules/apt.py
+++ b/lib/ansible/modules/apt.py
@@ -10,9 +10,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type
-ANSIBLE_METADATA = {'metadata_version': '1.1',
- 'status': ['stableinterface'],
- 'supported_by': 'core'}
DOCUMENTATION = '''
---