Consul action group (#7897)

Added action group for new style consul modules.
This commit is contained in:
Florian Apolloner 2024-01-27 10:58:41 +01:00 committed by GitHub
parent be3bfd6fa5
commit afd1988810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 39 additions and 47 deletions

View file

@ -47,3 +47,14 @@ options:
- The token to use for authorization.
type: str
"""
ACTIONGROUP_CONSUL = r"""
options: {}
attributes:
action_group:
description: Use C(group/community.general.consul) in C(module_defaults) to set defaults for this module.
support: full
membership:
- community.general.consul
version_added: 8.3.0
"""