From af33ff7d5634da0fa96ac5473900bbd18fe3dece Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Thu, 14 Jan 2021 00:34:52 +0100
Subject: [PATCH] [thelounge] Temporary not download automatically the
 thelounge packet

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 roles/thelounge/tasks/main.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/roles/thelounge/tasks/main.yml b/roles/thelounge/tasks/main.yml
index 4eaa9423..2d4053e9 100644
--- a/roles/thelounge/tasks/main.yml
+++ b/roles/thelounge/tasks/main.yml
@@ -8,12 +8,12 @@
   retries: 3
   until: apt_result is succeeded
 
-- name: Download The Lounge packet
-  get_url:
-    url: https://github.com/thelounge/thelounge/releases/download/v4.2.0/thelounge_4.2.0_all.deb
-    dest: /var/cache/apt/archives/thelounge_4.2.0_all.deb
-    checksum: sha256:cc8b01c3818b636ff9bd034db09826ce19c02af5b8a459209ea817cd2868f323
-    mode: 0644
+#- name: Download The Lounge packet
+#  get_url:
+#    url: https://github.com/thelounge/thelounge/releases/download/v4.2.0/thelounge_4.2.0_all.deb
+#    dest: /var/cache/apt/archives/thelounge_4.2.0_all.deb
+#    checksum: sha256:6096f992526f7ce01ea7c5aa1fb12bb013ce872f3c67f1fe11cd44f85a3fe405
+#    mode: 0644
 
 - name: Install The Lounge from the deb package
   apt:
-- 
GitLab