From a277ab1e952356b0decf3444abd9cf2c2a781b1d Mon Sep 17 00:00:00 2001 From: Patrick Creech Date: Wed, 15 Nov 2023 11:43:29 -0500 Subject: [PATCH] Tell pulp-installer to use python3.11 prefix --- pipelines/pulpcore/02-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/pulpcore/02-install.yml b/pipelines/pulpcore/02-install.yml index 211ef95da..724b3958b 100644 --- a/pipelines/pulpcore/02-install.yml +++ b/pipelines/pulpcore/02-install.yml @@ -34,6 +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" roles: - epel_repositories - pulp.pulp_installer.pulp_all_services