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>
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[@]"
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[@]"