]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-setup, ceph-tag: undo ansible pin to <9
authorDan Mick <dmick@redhat.com>
Thu, 22 Feb 2024 00:24:18 +0000 (16:24 -0800)
committerDan Mick <dmick@redhat.com>
Fri, 23 Feb 2024 03:35:21 +0000 (19:35 -0800)
ansible roles used by these jobs have had include: changed to
include_tasks:, which was the reason the pin had been done in the
first place

Signed-off-by: Dan Mick <dmick@redhat.com>
ceph-setup/build/create_tag
ceph-tag/build/build

index 330a9662e9f19456eaa36f26e0577a6c093263ef..5319c4d1f1e8c5e440f646fb333ed03f88b8edda 100644 (file)
@@ -3,7 +3,7 @@
 set -ex
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "ansible<9.0" )
+pkgs=( "ansible" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
 install_python_packages $TEMPVENV "pkgs[@]"
index f0ebe696309387043fdec532d2088bd2266f0f55..1fbde3d15bdae1412abf270a7605ac2a8e10acd3 100644 (file)
@@ -6,7 +6,7 @@ if [ "$TAG" = false ] ; then
     echo "Assuming tagging process has succeeded before because TAG was set to false"
 else
     # the following two methods exist in scripts/build_utils.sh
-    pkgs=( "ansible<9.0" )
+    pkgs=( "ansible" )
     TEMPVENV=$(create_venv_dir)
     VENV=${TEMPVENV}/bin
     install_python_packages $TEMPVENV "pkgs[@]"