Skip to content

Commit

Permalink
Merge pull request #965 from sanjaysrikakulam/add_geerlingguy_pip_role
Browse files Browse the repository at this point in the history
Jenkins projects break due to some ansible dependency resolution issue
  • Loading branch information
sanjaysrikakulam authored Oct 24, 2023
2 parents 392449c + 86a499c commit cc0f06a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ roles:
version: 1.1.1
- name: usegalaxy_eu.flower
version: 0.3.1-alpha
# `geerlingguy.pip` is here only because it is a dependency of
# `paprikant.beacon` and because no version has been pinned when declaring
# the dependency, the role is affected by this bug:
# https://forum.ansible.com/t/role-import-from-github-results-in-master-release-not-the-tag-release-breaking-installs/1856
# Remove `geerlingguy.pip` from this list when the bug above has been fixed.
- name: geerlingguy.pip
version: 2.2.0
- name: paprikant.beacon
src: https://github.com/Paprikant/ansible-role-beacon
- name: paprikant.beacon-importer
Expand Down

0 comments on commit cc0f06a

Please sign in to comment.