Skip to content
Snippets Groups Projects

ci: Run tests on debian 12

Merged Georg Krause requested to merge test-debian-12 into master
All threads resolved!
+ 1
1
@@ -216,7 +216,7 @@ do_install() {
init_ansible() {
echo "[2/$total_steps] Installing ansible dependencies..."
install_packages curl git python3-pip python3-venv python3-apt python3-psycopg2 sudo locales locales-all libffi-dev
install_packages curl git python3-pip python3-venv python3-apt python3-psycopg2 sudo locales locales-all python3-openssl
echo "[2/$total_steps] Installing Ansible..."
python3 -m venv $ansible_venv_path
$ansible_venv_path/bin/pip3 install ansible=="$ansible_version"
Loading