]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: rather than ansible, pin ansible-core 2175/head
authorDan Mick <dmick@redhat.com>
Thu, 26 Oct 2023 00:20:44 +0000 (17:20 -0700)
committerDan Mick <dmick@redhat.com>
Thu, 26 Oct 2023 00:22:10 +0000 (17:22 -0700)
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 <dmick@redhat.com>
ceph-build-pull-requests/build/build

index afa3e14f22be7b1d1b8ff5fc2068d05dafea7af2..037a27065b8316d0135c058d4b3d28d3574b6fdc 100644 (file)
@@ -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[@]"