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
...@@ -275,6 +275,12 @@ EOF ...@@ -275,6 +275,12 @@ EOF
if [ "$funkwhale_systemd_managed" = "false" ]; then if [ "$funkwhale_systemd_managed" = "false" ]; then
cat <<EOF >>playbook.yml cat <<EOF >>playbook.yml
funkwhale_systemd_managed: false 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 EOF
fi fi
cat <<EOF >reconfigure cat <<EOF >reconfigure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment