Skip to content

Commit

Permalink
Support Pulpcore nightly in Forklift setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and Odilhao committed Oct 31, 2023
1 parent 58b464e commit a92621e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/setup_forklift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
when:
- forklift_install_pulp_from_galaxy
- pipeline_version is defined
- pipeline_version is version('3.17', '<=')
- pipeline_version != 'nightly' and pipeline_version is version('3.17', '<=')
retries: 3
register: result
until: result is succeeded
Expand All @@ -99,7 +99,7 @@
when:
- forklift_install_pulp_from_galaxy
- pipeline_version is defined
- pipeline_version is version('3.18', '>=')
- pipeline_version == 'nightly' or pipeline_version is version('3.18', '>=')
retries: 3
register: result
until: result is succeeded
Expand Down

0 comments on commit a92621e

Please sign in to comment.