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

Remove version restrictions

parent fab57a71
Branches
Tags
1 merge request!29Resolve "cannot import name 'environmentfilter' from 'jinja2.filters'"
Pipeline #20999 failed
......@@ -218,7 +218,7 @@ init_ansible() {
echo "[2/$total_steps] Installing ansible dependencies..."
install_packages curl git python3-pip python3-apt python3-psycopg2 sudo locales locales-all
echo "[2/$total_steps] Installing Ansible..."
pip3 install --user ansible=="$ansible_version" jinja2==2.11.3 MarkupSafe==1.1.1
pip3 install --user ansible=="$ansible_version"
echo "[2/$total_steps] Creating ansible configuration files in $ansible_conf_path..."
mkdir -p "$ansible_conf_path"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment