mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-19 06:40:21 -07:00
Consul action group (#7897)
Added action group for new style consul modules.
This commit is contained in:
parent
be3bfd6fa5
commit
afd1988810
16 changed files with 39 additions and 47 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue