First release

This commit is contained in:
Adrien Reslinger 2020-05-17 14:16:20 +02:00
parent d86b166b49
commit 500aa49912
5 changed files with 51 additions and 0 deletions

18
tasks/add_repo_Debian.yml Normal file
View file

@ -0,0 +1,18 @@
---
- name: Registering Debian / Ubuntu Skype repository
apt_repository:
repo: deb [arch=amd64] https://repo.skype.com/deb stable main
filename: skype-stable.list
state: present
update_cache: yes
mode: 0644
# owner: root
# group: root
# when:
# - ansible_distribution == "Debian"
- name: Install public repository GPG keys
apt_key:
url: https://repo.skype.com/deb/dists/stable/Release.gpg
state: present