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

Fix some ansible dependencies to make it work

parent c65b0a16
No related branches found
No related tags found
1 merge request!29Resolve "cannot import name 'environmentfilter' from 'jinja2.filters'"
Pipeline #20743 canceled with stage
in 8 minutes and 5 seconds
......@@ -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"
pip3 install --user ansible=="$ansible_version" jinja2==2.11.3 MarkupSafe==1.1.1
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.
Finish editing this message first!
Please register or to comment