]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Unpin ansible-core in ceph-build-pull-requests too 2203/head
authorDan Mick <dmick@redhat.com>
Fri, 23 Feb 2024 01:25:59 +0000 (17:25 -0800)
committerDan Mick <dmick@redhat.com>
Fri, 23 Feb 2024 03:35:21 +0000 (19:35 -0800)
Signed-off-by: Dan Mick <dmick@redhat.com>
ceph-build-pull-requests/build/build

index bc7892bd59a91891afc7e850064320f0e407191a..e8fa10fed956024ccb1010d480b246df1cbb30c9 100644 (file)
@@ -3,7 +3,7 @@
 set -e
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "ansible" "ansible-core<=2.15.4" "jenkins-job-builder>=3.5.0,<6.0.0" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" )
+pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=3.5.0,<6.0.0" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
 install_python_packages $TEMPVENV "pkgs[@]"