Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #55 from infOpen/fix_implicit_tasks_params
Browse files Browse the repository at this point in the history
Add missing args in tasks
  • Loading branch information
achaussier committed May 5, 2016
2 parents a6f779c + f047d45 commit a15c105
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/manage_credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
description: "{{ item.description }}"
password: "{{ item.password }}"
state: "{{ item.state }}"
cli_path: "{{ jenkins_cli_path }}"
deployment_ssh_key: "{{ jenkins_deployment_ssh_key }}"
groovy_scripts_path: "{{ jenkins_groovy_scripts_path }}"
url: "{{ jenkins_base_url }}"
no_log: True
register: 'jenkins_change_password_credentials'
with_items: "{{ jenkins_credentials }}"
Expand All @@ -67,6 +71,10 @@
text: "{{ item.text }}"
description: "{{ item.description }}"
state: "{{ item.state }}"
cli_path: "{{ jenkins_cli_path }}"
deployment_ssh_key: "{{ jenkins_deployment_ssh_key }}"
groovy_scripts_path: "{{ jenkins_groovy_scripts_path }}"
url: "{{ jenkins_base_url }}"
no_log: True
register: 'jenkins_change_text_credentials'
with_items: "{{ jenkins_credentials }}"
Expand Down

0 comments on commit a15c105

Please sign in to comment.