mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
add metadata to doc support (#18802)
fix broken module docs change doc AST id extraction to use == instead of in
This commit is contained in:
parent
5628e260f2
commit
cb1888125d
6 changed files with 42 additions and 10 deletions
|
@ -25,7 +25,8 @@ DOCUMENTATION = """
|
|||
module: znode
|
||||
version_added: "2.0"
|
||||
short_description: Create, delete, retrieve, and update znodes using ZooKeeper
|
||||
description: Create, delete, retrieve, and update znodes using ZooKeeper.
|
||||
description:
|
||||
- Create, delete, retrieve, and update znodes using ZooKeeper.
|
||||
options:
|
||||
hosts:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue