Skip to content
Snippets Groups Projects
Commit d45a7bde authored by Georg Krause's avatar Georg Krause
Browse files

fix: Make sure pip is up-to-date before using it

parent c50999c7
Branches test-debian-12
No related tags found
1 merge request!36ci: Run tests on debian 12
Pipeline #32031 passed with stages
in 6 minutes and 49 seconds
......@@ -219,6 +219,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
$ansible_venv_path/bin/pip3 install --upgrade pip
$ansible_venv_path/bin/pip3 install ansible=="$ansible_version"
echo "[2/$total_steps] Creating ansible configuration files in $ansible_conf_path..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment