All checks were successful
continuous-integration/drone/push Build is passing
13 lines
349 B
YAML
13 lines
349 B
YAML
---
|
|
- name: Registering Skype repository
|
|
get_url:
|
|
url: https://repo.skype.com/rpm/stable/skype-stable.repo
|
|
dest: /etc/yum.repos.d/skype-stable.repo
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|
|
- name: Install Microsoft GPG key
|
|
command:
|
|
cmd: rpm --import https://repo.skype.com/data/SKYPE-GPG-KEY
|
|
warn: no
|
|
changed_when: false
|