st*: style adjustments (#9516)

* st*: style adjustments

* lien lenght adjustments
This commit is contained in:
Alexei Znamensky 2025-01-04 08:00:45 +13:00 committed by GitHub
parent d7da0ae7f6
commit 695b1abc8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 310 additions and 290 deletions

View file

@ -35,8 +35,8 @@ options:
type: str
manifest:
description:
- The manifest contains information about the bundles at certain version of the OS. Specify a Manifest version to verify against that version
or leave unspecified to verify against the current version.
- The manifest contains information about the bundles at certain version of the OS. Specify a Manifest version to verify
against that version or leave unspecified to verify against the current version.
aliases: [release, version]
type: int
name:
@ -46,7 +46,8 @@ options:
type: str
state:
description:
- Indicates the desired (I)bundle state. V(present) ensures the bundle is installed while V(absent) ensures the (I)bundle is not installed.
- Indicates the desired (I)bundle state. V(present) ensures the bundle is installed while V(absent) ensures the (I)bundle
is not installed.
default: present
choices: [present, absent]
type: str