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