mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
(cherry picked from commit a96f90ff94)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -54,6 +54,7 @@ options:
|
||||
- To allow the update process to downgrade packages to match what is present in the repository, set this to C(yes).
|
||||
- This is useful for rolling back to stable from testing, or similar operations.
|
||||
type: bool
|
||||
default: false
|
||||
version_added: 1.2.0
|
||||
notes:
|
||||
- In order to check the availability of packages, the catalog cache under C(/var/opt/csw/pkgutil) may be refreshed even in check mode.
|
||||
|
||||
@@ -75,7 +75,6 @@ options:
|
||||
- Upon successful registration, auto-consume available subscriptions
|
||||
- Added in favor of deprecated autosubscribe in 2.5.
|
||||
type: bool
|
||||
default: no
|
||||
aliases: [autosubscribe]
|
||||
activationkey:
|
||||
description:
|
||||
|
||||
@@ -64,6 +64,7 @@ options:
|
||||
- Install/Remove category instead of a single package.
|
||||
required: false
|
||||
type: bool
|
||||
default: false
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -50,6 +50,7 @@ options:
|
||||
description:
|
||||
- Updates the OS to the latest version.
|
||||
type: bool
|
||||
default: false
|
||||
url:
|
||||
description:
|
||||
- Overrides both I(contenturl) and I(versionurl).
|
||||
@@ -58,6 +59,7 @@ options:
|
||||
description:
|
||||
- Verify content for OS version.
|
||||
type: bool
|
||||
default: false
|
||||
versionurl:
|
||||
description:
|
||||
- URL for version string download.
|
||||
|
||||
Reference in New Issue
Block a user