From e12daee5ebf6b66f60de1a4b72937ed1204a9b58 Mon Sep 17 00:00:00 2001 From: Slezhuk Evgeniy Date: Mon, 27 Feb 2017 13:33:50 +0300 Subject: [PATCH] jira: comply with current pep8 rule set --- lib/ansible/modules/web_infrastructure/jira.py | 4 +++- test/sanity/pep8/legacy-files.txt | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/web_infrastructure/jira.py b/lib/ansible/modules/web_infrastructure/jira.py index 690476a4d3..c16748438a 100644 --- a/lib/ansible/modules/web_infrastructure/jira.py +++ b/lib/ansible/modules/web_infrastructure/jira.py @@ -116,7 +116,9 @@ options: fields: required: false description: - - This is a free-form data structure that can contain arbitrary data. This is passed directly to the JIRA REST API (possibly after merging with other required data, as when passed to create). See examples for more information, and the JIRA REST API for the structure required for various fields. + - This is a free-form data structure that can contain arbitrary data. This is passed directly to the JIRA REST API + (possibly after merging with other required data, as when passed to create). See examples for more information, + and the JIRA REST API for the structure required for various fields. timeout: required: false diff --git a/test/sanity/pep8/legacy-files.txt b/test/sanity/pep8/legacy-files.txt index 7cd4b6a386..931907cff2 100644 --- a/test/sanity/pep8/legacy-files.txt +++ b/test/sanity/pep8/legacy-files.txt @@ -197,7 +197,6 @@ lib/ansible/modules/utilities/logic/set_fact.py lib/ansible/modules/utilities/logic/wait_for.py lib/ansible/modules/web_infrastructure/apache2_mod_proxy.py lib/ansible/modules/web_infrastructure/django_manage.py -lib/ansible/modules/web_infrastructure/jira.py lib/ansible/modules/windows/win_acl.py lib/ansible/modules/windows/win_acl_inheritance.py lib/ansible/modules/windows/win_command.py