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
@@ -220,7 +220,7 @@ init_ansible() {
install_packages curl git python3-pip python3-venv python3-apt python3-psycopg2 sudo locales locales-all
echo "[2/$total_steps] Installing Ansible..."
python3 -m venv $ansible_venv_path
pip3 install --user ansible=="$ansible_version"
$ansible_bin_path/pip3 install --user ansible=="$ansible_version"
echo "[2/$total_steps] Creating ansible configuration files in $ansible_conf_path..."
mkdir -p "$ansible_conf_path"
Loading