Installo anche skype.
This commit is contained in:
parent
074717f7ad
commit
e4f8e05a16
@ -17,3 +17,4 @@ dependencies:
|
|||||||
- cheese
|
- cheese
|
||||||
- zoom
|
- zoom
|
||||||
- msteams
|
- msteams
|
||||||
|
- skype
|
||||||
|
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…
Reference in New Issue
Block a user