mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix documentation, the correct parameter is "name"
This commit is contained in:
parent
4e72c23bae
commit
40e6b3870e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- A list of ZooKeeper servers (format '[server]:[port]').
|
- A list of ZooKeeper servers (format '[server]:[port]').
|
||||||
required: true
|
required: true
|
||||||
path:
|
name:
|
||||||
description:
|
description:
|
||||||
- The path of the znode.
|
- The path of the znode.
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue