From 9970307121a5fd436699e4c2cd1942b8afcea755 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 13 Mar 2022 20:33:45 -0400 Subject: [PATCH] vars/local_vars_large.yml: Don't install Lokole due to #3132 --- vars/local_vars_large.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_large.yml b/vars/local_vars_large.yml index c37efd2bf..a8cab61ca 100644 --- a/vars/local_vars_large.yml +++ b/vars/local_vars_large.yml @@ -232,8 +232,8 @@ jupyterhub_install: True jupyterhub_enabled: True # Lokole (email for rural communities) from https://ascoderu.ca -lokole_install: True -lokole_enabled: True +lokole_install: False # 2022-03-13: Needs work with Python 3.9+ +lokole_enabled: False # https://github.com/iiab/iiab/issues/3132 # Wikipedia's community editing platform - from MediaWiki.org mediawiki_install: True