[PR #7897/afd19888 backport][stable-8] Consul action group (#7905)

Consul action group (#7897)

Added action group for new style consul modules.

(cherry picked from commit afd1988810)

Co-authored-by: Florian Apolloner <florian@apolloner.eu>
This commit is contained in:
patchback[bot]
2024-01-27 12:21:34 +01:00
committed by GitHub
parent 210adc196e
commit dc5f012e52
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
"""