First release
This commit is contained in:
parent
d86b166b49
commit
500aa49912
5 changed files with 51 additions and 0 deletions
15
tasks/add_repo_RedHat.yml
Normal file
15
tasks/add_repo_RedHat.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- 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/rpm/stable/skype-stable.repo.asc
|
||||
warn: no
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue