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:
parent
ab39481c31
commit
2f5e3a75a3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
local:
|
local:
|
||||||
version_added: "2.5"
|
version_added: "2.6"
|
||||||
required: false
|
required: false
|
||||||
default: 'no'
|
default: 'no'
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue