1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02: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:
Branko Majic 2018-08-06 17:40:19 +02:00 committed by Brian Coca
parent ab39481c31
commit 2f5e3a75a3

View file

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