From 432764b703ced1e2eecc84f832eae67ead7e5223 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 30 Jun 2015 05:08:38 -0700 Subject: [PATCH] Add version that the profilename param was added --- 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 4207acc8c2..b67b442aa2 100644 --- a/lib/ansible/modules/packaging/os/rhn_register.py +++ b/lib/ansible/modules/packaging/os/rhn_register.py @@ -61,6 +61,7 @@ options: - supply an profilename for use with registration required: False default: null + version_added: "2.0" channels: description: - Optionally specify a list of comma-separated channels to subscribe to upon successful registration.