mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Move version_added for consul docs fragment to modules (#8350)
Move version_added for consul docs fragment to modules.
This commit is contained in:
parent
4f4075a542
commit
7f4f066e86
5 changed files with 8 additions and 1 deletions
|
@ -56,5 +56,4 @@ attributes:
|
|||
support: full
|
||||
membership:
|
||||
- community.general.consul
|
||||
version_added: 8.3.0
|
||||
"""
|
||||
|
|
|
@ -33,6 +33,8 @@ attributes:
|
|||
version_added: 8.3.0
|
||||
details:
|
||||
- In check mode the diff will miss operational attributes.
|
||||
action_group:
|
||||
version_added: 8.3.0
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -32,6 +32,8 @@ attributes:
|
|||
details:
|
||||
- In check mode the diff will miss operational attributes.
|
||||
version_added: 8.3.0
|
||||
action_group:
|
||||
version_added: 8.3.0
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -29,6 +29,8 @@ attributes:
|
|||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
action_group:
|
||||
version_added: 8.3.0
|
||||
options:
|
||||
id:
|
||||
description:
|
||||
|
|
|
@ -31,6 +31,8 @@ attributes:
|
|||
support: partial
|
||||
details:
|
||||
- In check mode the diff will miss operational attributes.
|
||||
action_group:
|
||||
version_added: 8.3.0
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue