mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-19 17:01:25 -07:00
[PR #6679/b271dba4 backport][stable-7] Use semantic markup (modules m-n) (#6704)
Use semantic markup (modules m-n) (#6679)
* Use semantic markup.
* Use option instead of alias.
* Simplify.
* Fix/improve nagios docs.
(cherry picked from commit b271dba4bf
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
be0d207f90
commit
f583dbd2d3
24 changed files with 263 additions and 259 deletions
|
@ -40,7 +40,7 @@ options:
|
|||
password:
|
||||
type: str
|
||||
description:
|
||||
- Password for C(username) to authenticate against the broker.
|
||||
- Password for O(username) to authenticate against the broker.
|
||||
client_id:
|
||||
type: str
|
||||
description:
|
||||
|
@ -54,8 +54,8 @@ options:
|
|||
payload:
|
||||
type: str
|
||||
description:
|
||||
- Payload. The special string C("None") may be used to send a NULL
|
||||
(i.e. empty) payload which is useful to simply notify with the I(topic)
|
||||
- Payload. The special string V("None") may be used to send a NULL
|
||||
(that is, empty) payload which is useful to simply notify with the O(topic)
|
||||
or to clear previously retained messages.
|
||||
required: true
|
||||
qos:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue