Skip to content

Commit

Permalink
Use Ansible's regular community module
Browse files Browse the repository at this point in the history
  • Loading branch information
AMartindale98 committed Jan 20, 2025
1 parent 0f3558d commit b5515f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
when: jenkins_use_api_token | bool and jenkins_users_config is defined

- name: Install Jenkins plugins using password or API token.
webfx.general.jenkins_plugin:
jenkins_plugin:
name: "{{ item.name | default(item) }}"
version: "{{ item.version | default(omit) }}"
jenkins_home: "{{ jenkins_home }}"
Expand Down

0 comments on commit b5515f0

Please sign in to comment.