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 @@
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
+key
string
The key from input dictionary used to generate groups
+The key from input dictionary used to generate groups.
parent group for keyed group
+parent group for keyed group.
A keyed group name will start with this prefix
+A keyed group name will start with this prefix.
Default: ""
separator
string
separator used to build the keyed group name
+separator used to build the keyed group name.
Default: "_"
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:
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: