From 7f7062580eebf9e1d6664e452cc1d30535532a75 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Fri, 23 Nov 2018 15:48:08 +0000 Subject: [PATCH] Update docs with rhsm note (#48928) * Update docs with rhsm note redhat_subscription is the module for handling registration of modern Red Hat systems. This commit adds a note indicating that unless people are using RHEL 5 etc, they probably want that module instead. +label: docsite_pr * Make redhat_subscription a link to the module docs --- lib/ansible/modules/packaging/os/rhn_register.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/packaging/os/rhn_register.py b/lib/ansible/modules/packaging/os/rhn_register.py index 913ccf33c0..410c2fbf24 100644 --- a/lib/ansible/modules/packaging/os/rhn_register.py +++ b/lib/ansible/modules/packaging/os/rhn_register.py @@ -22,6 +22,7 @@ description: version_added: "1.2" author: James Laska (@jlaska) notes: + - This is for older Red Hat products. You probably want the M(redhat_subscription) module instead. - In order to register a system, rhnreg_ks requires either a username and password, or an activationkey. requirements: - rhnreg_ks