From 23d015229edbfd21af501d2383f8f49182151a64 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 25 Oct 2023 17:20:44 -0700 Subject: [PATCH] ceph-build-pull-requests: rather than ansible, pin ansible-core Last change pinned ansible to 8.4.0 to workaround a bug. The buggy code is actually in ansible-core, so pin that instead. See https://github.com/ceph/ceph-build/pull/2173 Signed-off-by: Dan Mick --- ceph-build-pull-requests/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index afa3e14f..037a2706 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -3,7 +3,7 @@ set -e # the following two methods exist in scripts/build_utils.sh -pkgs=( "ansible<=8.4.0" "jenkins-job-builder>=3.5.0" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" ) +pkgs=( "ansible" "ansible-core<=2.15.4" "jenkins-job-builder>=3.5.0" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" ) TEMPVENV=$(create_venv_dir) VENV=${TEMPVENV}/bin install_python_packages $TEMPVENV "pkgs[@]" -- 2.47.3