mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Use semantic markup (modules t-z) (#6698)
* Use semantic markup. * Fix escaping.
This commit is contained in:
parent
3b13c30112
commit
ccdcf70d69
29 changed files with 186 additions and 189 deletions
|
@ -66,9 +66,9 @@ options:
|
|||
version_added: 5.8.0
|
||||
auth_credential:
|
||||
description:
|
||||
- The authentication credential value. Depends on I(auth_scheme).
|
||||
- The format for I(auth_scheme=digest) is C(user:password),
|
||||
and the format for I(auth_scheme=sasl) is C(user:password).
|
||||
- The authentication credential value. Depends on O(auth_scheme).
|
||||
- The format for O(auth_scheme=digest) is C(user:password),
|
||||
and the format for O(auth_scheme=sasl) is C(user:password).
|
||||
type: str
|
||||
required: false
|
||||
version_added: 5.8.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue