From 61dd5517c3f14a3277ac19216a139830be997434 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 15 Sep 2017 14:44:21 -0700 Subject: [PATCH] Fix PEP 8 issue. --- lib/ansible/modules/utilities/logic/_include.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/utilities/logic/_include.py b/lib/ansible/modules/utilities/logic/_include.py index 65dd331490..06ad9f7e92 100644 --- a/lib/ansible/modules/utilities/logic/_include.py +++ b/lib/ansible/modules/utilities/logic/_include.py @@ -19,7 +19,8 @@ author: module: include short_description: include a play or task list. deprecated: - The include action was too confusing, dealing with both plays and tasks, being both dynamic and static. This module will be removed in version 2.8. As alternatives use include_tasks, import_plays, import_tasks. + The include action was too confusing, dealing with both plays and tasks, being both dynamic and static. This module will be removed in version 2.8. + As alternatives use include_tasks, import_plays, import_tasks. description: - Includes a file with a list of plays or tasks to be executed in the current playbook. - Files with a list of plays can only be included at the top level, lists of tasks can only be included where tasks normally run (in play).