Installo anche skype.
This commit is contained in:
parent
074717f7ad
commit
e4f8e05a16
2 changed files with 9 additions and 0 deletions
8
roles/skype/tasks/main.yml
Normal file
8
roles/skype/tasks/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- get_url:
|
||||
url: 'https://go.skype.com/skypeforlinux-64.deb'
|
||||
dest: /tmp/skypeforlinux-64.deb
|
||||
|
||||
- apt:
|
||||
name: /tmp/skypeforlinux-64.deb
|
||||
state: present
|
Loading…
Add table
Add a link
Reference in a new issue