mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Rename module
This commit is contained in:
parent
2f37314d41
commit
41bded178d
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: subscription-manager
|
module: redhat_subscription
|
||||||
short_description: Manage Red Hat Network registration and subscriptions using the C(subscription-manager) command
|
short_description: Manage Red Hat Network registration and subscriptions using the C(subscription-manager) command
|
||||||
description:
|
description:
|
||||||
- Manage registration and subscription to the Red Hat Network entitlement platform.
|
- Manage registration and subscription to the Red Hat Network entitlement platform.
|
||||||
|
@ -60,9 +60,9 @@ options:
|
||||||
required: False
|
required: False
|
||||||
default: '^$'
|
default: '^$'
|
||||||
examples:
|
examples:
|
||||||
- code: subscription_manager action=register username=joe_user password=somepass autosubscribe=true
|
- code: redhat_subscription action=register username=joe_user password=somepass autosubscribe=true
|
||||||
description: Register as user I(joe_user) with password I(somepass) and auto-subscribe to available content.
|
description: Register as user I(joe_user) with password I(somepass) and auto-subscribe to available content.
|
||||||
- code: subscription_manager action=register activationkey=1-222333444 pool='^(Red Hat Enterprise Server|Red Hat Virtualization)$'
|
- code: redhat_subscription action=register activationkey=1-222333444 pool='^(Red Hat Enterprise Server|Red Hat Virtualization)$'
|
||||||
description: Register with activationkey I(1-222333444) and consume subscriptions matching the names I(Red hat Enterprise Server) and I(Red Hat Virtualization)
|
description: Register with activationkey I(1-222333444) and consume subscriptions matching the names I(Red hat Enterprise Server) and I(Red Hat Virtualization)
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue