Skip to content
Snippets Groups Projects
Verified Commit 8d5748c3 authored by ynerant's avatar ynerant
Browse files

[zamok] Install Weechat from custom repository


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 883308d0
No related branches found
No related tags found
1 merge request!297[zamok] Install Weechat from custom repository
---
- 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
......
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