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.
pull/43532/merge
Branko Majic 6 years ago committed by Matt Clay
parent 53a96e36b9
commit 53327649af

@ -44,7 +44,7 @@ options:
type: bool
default: 'no'
local:
version_added: "2.5"
version_added: "2.6"
required: false
default: 'no'
description:

Loading…
Cancel
Save