From f13f9d43cc5e5b003c665cf8fe2540c470cd812a Mon Sep 17 00:00:00 2001 From: Patrick Creech Date: Wed, 15 Nov 2023 12:17:43 -0500 Subject: [PATCH] Add the '-' to pulp_pkg_name_prefix --- pipelines/pulpcore/02-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/pulpcore/02-install.yml b/pipelines/pulpcore/02-install.yml index 724b3958b..8ad7de711 100644 --- a/pipelines/pulpcore/02-install.yml +++ b/pipelines/pulpcore/02-install.yml @@ -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