Skip to content
Snippets Groups Projects
Commit 334b4ace authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[thelounge] Uncomment the download of the Debian package, but for now the...

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

Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 3f4a66eb
No related branches found
No related tags found
1 merge request!165Nginx
...@@ -8,16 +8,16 @@ ...@@ -8,16 +8,16 @@
retries: 3 retries: 3
until: apt_result is succeeded until: apt_result is succeeded
#- name: Download The Lounge packet - name: Download The Lounge packet
# get_url: get_url:
# url: https://github.com/thelounge/thelounge/releases/download/v4.2.0/thelounge_4.2.0_all.deb 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 dest: /var/cache/apt/archives/thelounge_4.2.0_all.deb
# checksum: sha256:cc8b01c3818b636ff9bd034db09826ce19c02af5b8a459209ea817cd2868f323 checksum: sha256:cc8b01c3818b636ff9bd034db09826ce19c02af5b8a459209ea817cd2868f323
# mode: 0644 mode: 0644
#- name: Install The Lounge from the deb package - name: Install The Lounge from the deb package
# apt: apt:
# deb: /var/cache/apt/archives/thelounge_4.2.0_all.deb deb: /var/cache/apt/archives/thelounge_4.2.0_all.deb
- name: Deploy The Lounge configuration - name: Deploy The Lounge configuration
template: template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment