Generalizzata installazione Anydesk per 32bit.

This commit is contained in:
Emiliano Vavassori 2020-05-23 17:46:18 +02:00
parent bccefa5aca
commit 9c859b60b8
1 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@
state: present
- get_url:
url: 'https://download.anydesk.com/linux/anydesk_5.5.6-1_amd64.deb'
dest: /tmp/anydesk_amd64.deb
url: 'https://download.anydesk.com/linux/anydesk_5.5.6-1_{{ ansible_architecture }}.deb'
dest: '/tmp/anydesk_{{ ansible_architecture }}.deb'
- shell: dpkg -i /tmp/anydesk_amd64.deb
- shell: dpkg -i '/tmp/anydesk_{{ ansible_architecture }}.deb'
- file:
dest: /tmp/anydesk_amd64.deb
dest: '/tmp/anydesk_{{ ansible_architecture }}.deb'
state: absent