From ea489b3f336638e8f8781c631725f5a8f1145eaf Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 8 May 2018 15:46:45 -0500 Subject: [PATCH] Update missed private doc for import_role (#39873) --- lib/ansible/modules/utilities/logic/import_role.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/utilities/logic/import_role.py b/lib/ansible/modules/utilities/logic/import_role.py index d6c4d071cc..79dc0af361 100644 --- a/lib/ansible/modules/utilities/logic/import_role.py +++ b/lib/ansible/modules/utilities/logic/import_role.py @@ -50,8 +50,8 @@ options: default: 'yes' private: description: - - If C(yes) the variables from C(defaults/) and C(vars/) in a role will not be made available to the rest of the - play. + - This option is a no op, and the functionality described in previous versions was not implemented. This + option will be removed in Ansible v2.8. type: bool default: 'no' notes: