Skip to content

Commit

Permalink
Add the '-' to pulp_pkg_name_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreech authored and ehelms committed Nov 15, 2023
1 parent a277ab1 commit 131d327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/pulpcore/02-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- when: pipeline_version == 'nightly'
set_fact:
pulp_pkg_repo: "https://stagingyum.theforeman.org/pulpcore/{{ pipeline_version }}/el{{ ansible_distribution_major_version }}/$basearch/"
pulp_pkg_name_prefix: "python-3.11"
pulp_pkg_name_prefix: "python3.11-"
roles:
- epel_repositories
- pulp.pulp_installer.pulp_all_services

0 comments on commit 131d327

Please sign in to comment.