From 4db81344fbe764efd750ef38fc869f0bf7bb9885 Mon Sep 17 00:00:00 2001 From: tremble Date: Wed, 23 Oct 2024 13:11:12 +0000 Subject: [PATCH] deploy: 40d61f0e959ce4684a067746e51bcaa1804fb280 --- .../community/aws/aws_mq_inventory.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/branch/main/collections/community/aws/aws_mq_inventory.html b/branch/main/collections/community/aws/aws_mq_inventory.html index 906542c7c8e..42d1a63e8e1 100644 --- a/branch/main/collections/community/aws/aws_mq_inventory.html +++ b/branch/main/collections/community/aws/aws_mq_inventory.html @@ -284,7 +284,7 @@

Parameters

cache_prefix

string

-

Prefix to use for cache plugin files/tables

+

Prefix to use for cache plugin files/tables.

Default: "ansible_inventory_"

Configuration:

cache_timeout

integer

-

Cache duration in seconds

+

Cache duration in seconds.

Default: 3600

Configuration:

key

string

-

The key from input dictionary used to generate groups

+

The key from input dictionary used to generate groups.

parent_group

string

-

parent group for keyed group

+

parent group for keyed group.

prefix

string

-

A keyed group name will start with this prefix

+

A keyed group name will start with this prefix.

Default: ""

@@ -419,7 +419,7 @@

Parameters

separator

string

-

separator used to build the keyed group name

+

separator used to build the keyed group name.

Default: "_"

@@ -428,7 +428,7 @@

Parameters

boolean

added in ansible-core 2.12

-

Set this option to False to omit the keyed_groups[].separator after the host variable when the value is an empty string.

+

Set this option to false to omit the keyed_groups[].separator after the host variable when the value is an empty string.

This option is mutually exclusive with keyed_groups[].default_value.

Choices:

    @@ -442,10 +442,10 @@

    Parameters

    boolean

    added in ansible-core 2.11

-

Use in conjunction with keyed_groups.

+

Use in conjunction with keyed_groups.

By default, a keyed group that does not have a prefix or a separator provided will have a name that starts with an underscore.

-

This is because the default prefix is “” and the default separator is “_”.

-

Set this option to False to omit the leading underscore (or other separator) if no prefix is given.

+

This is because the default prefix is "" and the default separator is "_".

+

Set this option to false to omit the leading underscore (or other separator) if no prefix is given.

If the group name is derived from a mapping the separator is still used to concatenate the items.

To not use a separator in the group name at all, set the separator for the keyed group to an empty string instead.

Choices: