[zamok] Install Weechat from custom repository

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-11-14 12:51:40 +01:00
parent 883308d076
commit 8d5748c395
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,15 @@
---
- name: Import GPG public key of Weechat repository
apt_key:
url: https://weechat.org/dev/info/debian_repository_signing_key/
state: present
keyring: /etc/apt/trusted.gpg.d/weechat.gpg
- name: Install custom repository for Weechat sources
apt_repository:
repo: "deb https://weechat.org/debian {{ ansible_distribution_release }} main"
state: present
- name: Install zamok tools
apt:
update_cache: true