Skip to content

Commit

Permalink
Correct a documentation of the jenkins_plugin module (#59330)
Browse files Browse the repository at this point in the history
It's a backport of #59139
  • Loading branch information
it-praktyk authored and acozine committed Jul 22, 2019
1 parent 3f0de5c commit de3f32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/ansible/modules/web_infrastructure/jenkins_plugin.py
Expand Up @@ -33,9 +33,11 @@
mode:
description:
- File mode applied on versioned plugins.
default: '0644'
name:
description:
- Plugin name.
required: yes
owner:
description:
- Name of the Jenkins user on the OS.
Expand Down Expand Up @@ -84,7 +86,7 @@
- Defines whether to install plugin dependencies.
- This option takes effect only if the I(version) is not defined.
type: bool
default: 'yes'
default: yes
notes:
- Plugin installation should be run under root or the same user which owns
Expand Down
1 change: 0 additions & 1 deletion test/sanity/validate-modules/ignore.txt
Expand Up @@ -1159,6 +1159,5 @@ 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_plugin.py E322
lib/ansible/modules/web_infrastructure/jenkins_plugin.py E324
lib/ansible/modules/web_infrastructure/jira.py E322
lib/ansible/modules/web_infrastructure/jira.py E325

0 comments on commit de3f32d

Please sign in to comment.