From b6220ce16a200b92fa5ec51db9fefbce4db1fbe7 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 7 Dec 2018 13:56:03 -0500 Subject: [PATCH] rhn_channel lacks sufficient testing and supportability --- lib/ansible/modules/packaging/os/rhn_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/rhn_channel.py b/lib/ansible/modules/packaging/os/rhn_channel.py index e39755a0500..2c49090cb38 100644 --- a/lib/ansible/modules/packaging/os/rhn_channel.py +++ b/lib/ansible/modules/packaging/os/rhn_channel.py @@ -8,7 +8,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'core'} + 'supported_by': 'community'} DOCUMENTATION = ''' ---