Aggiunta anydesk.
This commit is contained in:
parent
8dc1fff2bc
commit
e828ac25b8
2 changed files with 12 additions and 0 deletions
11
roles/anydesk/tasks/main.yml
Normal file
11
roles/anydesk/tasks/main.yml
Normal 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
|
|
@ -1,6 +1,7 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- checkhw
|
- checkhw
|
||||||
- neofetch
|
- neofetch
|
||||||
|
- anydesk
|
||||||
- googlechrome
|
- googlechrome
|
||||||
- chromium
|
- chromium
|
||||||
- firefox
|
- firefox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue