Repository per script di configurazione/installazione del software aggiuntivo per iniziativa TUTTINRETE di Mille Respiri
https://www.facebook.com/millerespiribergamoemonza/posts/126385032346350
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
227 B
9 lines
227 B
---
|
|
|
|
- get_url:
|
|
url: "https://zoom.us/client/latest/zoom_amd64.deb"
|
|
dest: /tmp/zoom_amd64.deb
|
|
|
|
- apt_key: keyserver=keyserver.ubuntu.com id=396060CADD8A75220BFCB369B903BF1861A7C71D
|
|
|
|
- shell: dpkg -i /tmp/zoom_amd64.deb
|
|
|