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:
parent
475ee3a067
commit
b47e0b6d47
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
---
|
---
|
||||||
|
- name: install apt-transport-https
|
||||||
|
become: true
|
||||||
|
apt:
|
||||||
|
name: apt-transport-https
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Add weechat repository gpg-key
|
- name: Add weechat repository gpg-key
|
||||||
become: true
|
become: true
|
||||||
apt_key:
|
apt_key:
|
||||||
|
|
Loading…
Add table
Reference in a new issue