From de385560a8bee03e4f2e73c6d4fb1f85eba219c9 Mon Sep 17 00:00:00 2001 From: Pilou Date: Wed, 30 May 2018 01:44:02 +0200 Subject: [PATCH] jenkins_jobs: fix typos (#40844) * jenkins_job: fix typos * jenkins_job: add type for 'enabled' parameter --- lib/ansible/modules/web_infrastructure/jenkins_job.py | 7 ++++--- test/sanity/validate-modules/ignore.txt | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/web_infrastructure/jenkins_job.py b/lib/ansible/modules/web_infrastructure/jenkins_job.py index a9a56cedfba..bffe470e207 100644 --- a/lib/ansible/modules/web_infrastructure/jenkins_job.py +++ b/lib/ansible/modules/web_infrastructure/jenkins_job.py @@ -28,14 +28,15 @@ options: description: - config in XML format. - Required if job does not yet exist. - - Mututally exclusive with C(enabled). + - Mutually exclusive with C(enabled). - Considered if C(state=present). required: false enabled: description: - Whether the job should be enabled or disabled. - - Mututally exclusive with C(config). + - Mutually exclusive with C(config). - Considered if C(state=present). + type: bool required: false name: description: @@ -57,7 +58,7 @@ options: required: false url: description: - - Url where the Jenkins server is accessible. + - URL where the Jenkins server is accessible. required: false default: http://localhost:8080 user: diff --git a/test/sanity/validate-modules/ignore.txt b/test/sanity/validate-modules/ignore.txt index 2d9edcebc39..7798d768c4a 100644 --- a/test/sanity/validate-modules/ignore.txt +++ b/test/sanity/validate-modules/ignore.txt @@ -1245,7 +1245,6 @@ lib/ansible/modules/web_infrastructure/django_manage.py E325 lib/ansible/modules/web_infrastructure/django_manage.py E326 lib/ansible/modules/web_infrastructure/gunicorn.py E322 lib/ansible/modules/web_infrastructure/htpasswd.py E326 -lib/ansible/modules/web_infrastructure/jenkins_job.py E325 lib/ansible/modules/web_infrastructure/jenkins_plugin.py E322 lib/ansible/modules/web_infrastructure/jenkins_plugin.py E324 lib/ansible/modules/web_infrastructure/jira.py E322