Import iniziale.
This commit is contained in:
commit
d20346a467
16 changed files with 84 additions and 0 deletions
9
roles/zoom/tasks/main.yml
Normal file
9
roles/zoom/tasks/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- get_url:
|
||||
url: "https://zoom.us/client/latest/zoom_amd64.deb"
|
||||
dest: /tmp/zoom_amd64.deb
|
||||
|
||||
- apt_key: keyserver=keyserver.ubuntu.com id=396060CADD8A75220BFCB369B903BF1861A7C71D
|
||||
|
||||
- apt: name=/tmp/zoom_amd64.deb state=present
|
Loading…
Add table
Add a link
Reference in a new issue