From: Dan Mick Date: Thu, 26 Oct 2023 00:20:44 +0000 (-0700) Subject: ceph-build-pull-requests: rather than ansible, pin ansible-core X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2175%2Fhead;p=ceph-build.git 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 --- 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[@]"