From 46d2a3eddc674d4d7654cfcc3aa1a2e68dbb448f Mon Sep 17 00:00:00 2001 From: Richlv Date: Wed, 12 Dec 2018 21:37:11 +0200 Subject: [PATCH] Update rhsm_repository.py (#49480) typo fixes --- lib/ansible/modules/packaging/os/rhsm_repository.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/packaging/os/rhsm_repository.py b/lib/ansible/modules/packaging/os/rhsm_repository.py index 4765bf4e0fb..238cbb527f5 100644 --- a/lib/ansible/modules/packaging/os/rhsm_repository.py +++ b/lib/ansible/modules/packaging/os/rhsm_repository.py @@ -15,7 +15,7 @@ DOCUMENTATION = ''' module: rhsm_repository short_description: Manage RHSM repositories using the subscription-manager command description: - - Manage(Enable/Disable) RHSM repositories to the Red Hat Subscription + - Manage (Enable/Disable) RHSM repositories to the Red Hat Subscription Management entitlement platform using the C(subscription-manager) command. version_added: '2.5' author: Giovanni Sciortino (@giovannisciortino) @@ -74,7 +74,7 @@ RETURN = ''' repositories: description: - The list of RHSM repositories with their states. - - When this module is used to change the repositories states, this list contains the updated states after the changes. + - When this module is used to change the repository states, this list contains the updated states after the changes. returned: success type: list '''