mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 10:21:25 -07:00
[PR #6698/ccdcf70d backport][stable-7] Use semantic markup (modules t-z) (#6722)
Use semantic markup (modules t-z) (#6698)
* Use semantic markup.
* Fix escaping.
(cherry picked from commit ccdcf70d69
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7d7e099333
commit
91110f4933
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