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