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/43681/merge
Branko Majic 6 years ago committed by Brian Coca
parent ab39481c31
commit 2f5e3a75a3

@ -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