Aggiunta anydesk.

This commit is contained in:
Emiliano Vavassori 2020-05-16 17:31:37 +02:00
parent 8dc1fff2bc
commit e828ac25b8
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
- get_url:
url: 'https://download.anydesk.com/linux/anydesk_5.5.6-1_amd64.deb'
dest: /tmp/anydesk_amd64.deb
- shell: dpkg -i /tmp/anydesk_amd64.deb
- file:
dest: /tmp/anydesk_amd64.deb
state: absent

View File

@ -1,6 +1,7 @@
dependencies:
- checkhw
- neofetch
- anydesk
- googlechrome
- chromium
- firefox