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

Pin down twisted on Ubuntu Focal

parent c45ca85d
No related branches found
No related tags found
1 merge request!30Pin down twisted on Ubuntu Focal when intalling Ansible
Pipeline #24220 failed with stages
in 4 minutes and 28 seconds
......@@ -277,6 +277,12 @@ EOF
funkwhale_systemd_managed: false
EOF
fi
if [ "$(lsb_release -sc)" = "focal" ]; then
cat <<EOF >>playbook.yml
funkwhale_custom_pip_packages:
- twisted==22.4.0
EOF
fi
cat <<EOF >reconfigure
#!/bin/sh
# reapply playbook with existing parameter
......
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