Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Set versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Richter committed Aug 28, 2018
1 parent a45a730 commit 7b41497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ galaxy_info:
dependencies:
# install jenkins
- { role: geerlingguy.jenkins,
version: 3.5.0,
jenkins_admin_username: "{{ jenkins_pipeline_library_admin_username }}",
jenkins_admin_password: "{{ jenkins_pipeline_library_admin_password }}",
jenkins_http_port: "{{ jenkins_pipeline_library_jenkins_port }}",
Expand All @@ -38,6 +39,7 @@ dependencies:
}
# install plugins
- { role: wcm_io_devops.jenkins_plugins,
version: 1.0.0,
jenkins_plugins_admin_username: "{{ jenkins_pipeline_library_admin_username }}",
jenkins_plugins_admin_password: "{{ jenkins_pipeline_library_admin_password }}",
jenkins_plugins_jenkins_home: "{{ jenkins_pipeline_library_jenkins_home }}",
Expand Down

0 comments on commit 7b41497

Please sign in to comment.