(abc*, doc frags): style adjustments (#9534)

This commit is contained in:
Alexei Znamensky 2025-01-07 09:50:53 +13:00 committed by GitHub
commit aac7199087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 215 additions and 209 deletions

View file

@ -38,12 +38,12 @@ options:
elements: str
required: true
path:
description: The base path where to install the Rust packages. Cargo automatically appends V(/bin). In other words,
V(/usr/local) will become V(/usr/local/bin).
description: The base path where to install the Rust packages. Cargo automatically appends V(/bin). In other words, V(/usr/local)
will become V(/usr/local/bin).
type: path
version:
description: The version to install. If O(name) contains multiple values, the module will try to install all of them
in this version.
description: The version to install. If O(name) contains multiple values, the module will try to install all of them in
this version.
type: str
required: false
locked: