mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix introduction version for parameter "local" in module "group" (#43719)
Parameter "local" has been introduced to the "group" module in version 2.6, not 2.5.
This commit is contained in:
@@ -44,7 +44,7 @@ options:
|
||||
type: bool
|
||||
default: 'no'
|
||||
local:
|
||||
version_added: "2.5"
|
||||
version_added: "2.6"
|
||||
required: false
|
||||
default: 'no'
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user