mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #6677/3e0d84bd backport][stable-7] Use semantic markup (modules h-j) (#6706)
Use semantic markup (modules h-j) (#6677)
* Use semantic markup.
* Use 'ignore:' until a new version of antsibull-docs is released.
* 'ignore:' is no longer needed.
* E() now works better.
(cherry picked from commit 3e0d84bdda)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -46,14 +46,14 @@ options:
|
||||
duration:
|
||||
description:
|
||||
- Determines how long InfluxDB should keep the data. If specified, it
|
||||
should be C(INF) or at least one hour. If not specified, C(INF) is
|
||||
should be V(INF) or at least one hour. If not specified, V(INF) is
|
||||
assumed. Supports complex duration expressions with multiple units.
|
||||
- Required only if I(state) is set to C(present).
|
||||
- Required only if O(state) is set to V(present).
|
||||
type: str
|
||||
replication:
|
||||
description:
|
||||
- Determines how many independent copies of each point are stored in the cluster.
|
||||
- Required only if I(state) is set to C(present).
|
||||
- Required only if O(state) is set to V(present).
|
||||
type: int
|
||||
default:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user