Generalizzato il tipo d'installazione per 2/64 bit.

This commit is contained in:
Emiliano Vavassori 2020-05-23 18:01:21 +02:00
parent 9c859b60b8
commit 37941a6eb3
3 changed files with 19 additions and 7 deletions

View file

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