Skip to content

Commit

Permalink
Move version_added for consul docs fragment to modules (#8350)
Browse files Browse the repository at this point in the history
Move version_added for consul docs fragment to modules.
  • Loading branch information
felixfontein authored May 12, 2024
1 parent 4f4075a commit 7f4f066
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/doc_fragments/consul.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ class ModuleDocFragment:
support: full
membership:
- community.general.consul
version_added: 8.3.0
"""
2 changes: 2 additions & 0 deletions plugins/modules/consul_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
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:
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/consul_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
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:
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/consul_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
support: none
diff_mode:
support: none
action_group:
version_added: 8.3.0
options:
id:
description:
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/consul_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
support: partial
details:
- In check mode the diff will miss operational attributes.
action_group:
version_added: 8.3.0
options:
state:
description:
Expand Down

0 comments on commit 7f4f066

Please sign in to comment.