From 771b112d837251113d54f645e4ecd45f731c4a71 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <ynerant@crans.org> Date: Mon, 21 Jun 2021 20:58:34 +0200 Subject: [PATCH] [mailman3] Clone custom modules on adm Signed-off-by: Yohann D'ANELLO <ynerant@crans.org> --- roles/mailman3/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mailman3/tasks/main.yml b/roles/mailman3/tasks/main.yml index c1471941..6bc30a86 100644 --- a/roles/mailman3/tasks/main.yml +++ b/roles/mailman3/tasks/main.yml @@ -17,8 +17,8 @@ pip: name: "{{ item }}" loop: - - git+https://gitlab.crans.org/nounous/mailman-crans-theme.git - - git+https://gitlab.crans.org/nounous/allauth-cas-crans.git + - git+https://gitlab/adm.crans.org/nounous/mailman-crans-theme.git + - git+https://gitlab.adm.crans.org/nounous/allauth-cas-crans.git # You will need to setup postgres # sudo -u postgres createuser -P mailman3 -- GitLab