Skip to content

Commit

Permalink
Add contition to not install ansible roles for pulpcore nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao authored and ehelms committed Mar 18, 2024
1 parent 491f0f7 commit a17e13d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playbooks/setup_forklift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
command:
cmd: ansible-galaxy role install -r playbooks/galaxy_collections/ansible_collections/pulp/pulp_installer/requirements.yml
chdir: "{{ forklift_dest }}"
when: forklift_install_pulp_from_galaxy
when:
- forklift_install_pulp_from_galaxy
- pipeline_version is defined
- pipeline_version != 'nightly'
retries: 3
register: result
until: result is succeeded

0 comments on commit a17e13d

Please sign in to comment.