Use semantic markup (modules k-l) (#6678)

* Use semantic markup.

* Use option instead of alias.
This commit is contained in:
Felix Fontein 2023-06-15 15:47:13 +02:00 committed by GitHub
parent 3e0d84bdda
commit c694abbdf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 249 additions and 250 deletions

View file

@ -34,7 +34,7 @@ options:
type: str
config:
description:
- 'The config for the project (for example C({"features.profiles": "true"})).
- 'The config for the project (for example V({"features.profiles": "true"})).
See U(https://linuxcontainers.org/lxd/docs/master/projects/).'
- If the project already exists and its "config" value in metadata
obtained from
@ -98,7 +98,7 @@ options:
running this module using the following command:
C(lxc config set core.trust_password <some random password>)
See U(https://www.stgraber.org/2016/04/18/lxd-api-direct-interaction/).'
- If I(trust_password) is set, this module send a request for
- If O(trust_password) is set, this module send a request for
authentication before sending any requests.
required: false
type: str
@ -146,7 +146,7 @@ logs:
elements: dict
contains:
type:
description: Type of actions performed, currently only C(sent request).
description: Type of actions performed, currently only V(sent request).
type: str
sample: "sent request"
request:
@ -166,7 +166,7 @@ logs:
type: str
sample: "(too long to be placed here)"
timeout:
description: Timeout of HTTP request, C(null) if unset.
description: Timeout of HTTP request, V(null) if unset.
type: int
sample: null
response: