1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00

apt-transport-https is needed for debian

This commit is contained in:
Lilian Roller 2020-11-10 13:41:40 +01:00
parent 475ee3a067
commit b47e0b6d47
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -1,4 +1,10 @@
---
- name: install apt-transport-https
become: true
apt:
name: apt-transport-https
state: present
- name: Add weechat repository gpg-key
become: true
apt_key: