From 2f5e3a75a34eac5be530c40a736db8424a0af06f Mon Sep 17 00:00:00 2001 From: Branko Majic Date: Mon, 6 Aug 2018 17:40:19 +0200 Subject: [PATCH] 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. --- lib/ansible/modules/system/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/group.py b/lib/ansible/modules/system/group.py index 79904ed673a..3f17af35004 100644 --- a/lib/ansible/modules/system/group.py +++ b/lib/ansible/modules/system/group.py @@ -44,7 +44,7 @@ options: type: bool default: 'no' local: - version_added: "2.5" + version_added: "2.6" required: false default: 'no' description: