[thelounge] Uncomment the download of the Debian package, but for now the package must be manually downloaded because of redirection issues

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-01-14 00:28:37 +01:00 committed by ynerant
parent 3f4a66eb7c
commit 334b4ace02
1 changed files with 9 additions and 9 deletions

View File

@ -8,16 +8,16 @@
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:cc8b01c3818b636ff9bd034db09826ce19c02af5b8a459209ea817cd2868f323
mode: 0644
#- name: Install The Lounge from the deb package
# apt:
# deb: /var/cache/apt/archives/thelounge_4.2.0_all.deb
- name: Install The Lounge from the deb package
apt:
deb: /var/cache/apt/archives/thelounge_4.2.0_all.deb
- name: Deploy The Lounge configuration
template: