mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #2670 from jsmartin/devel
Errors in Riak documentation.
This commit is contained in:
commit
2da036046b
1 changed files with 1 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: Riak
|
module: riak
|
||||||
short_description: This module handles some common Riak operations
|
short_description: This module handles some common Riak operations
|
||||||
description:
|
description:
|
||||||
- This module can be used to join nodes to a cluster, check
|
- This module can be used to join nodes to a cluster, check
|
||||||
|
@ -46,13 +46,6 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: 127.0.0.1:8098
|
default: 127.0.0.1:8098
|
||||||
aliases: []
|
aliases: []
|
||||||
ring_ready:
|
|
||||||
description:
|
|
||||||
- Returns true if all nodes agree on the ring.
|
|
||||||
required: false
|
|
||||||
default: false
|
|
||||||
aliases: []
|
|
||||||
type: 'bool'
|
|
||||||
target_node:
|
target_node:
|
||||||
description:
|
description:
|
||||||
- The target node for certain operations (join, ping)
|
- The target node for certain operations (join, ping)
|
||||||
|
|
Loading…
Reference in a new issue