2020-04-29 22:47:11 +02:00
|
|
|
---
|
|
|
|
|
2020-04-29 23:54:11 +02:00
|
|
|
- block:
|
2020-04-29 22:47:11 +02:00
|
|
|
|
2020-04-29 23:54:11 +02:00
|
|
|
- get_url:
|
|
|
|
url: 'https://go.microsoft.com/fwlink/p/?linkid=2112886&clcid=0x410&culture=it-it&country=it'
|
|
|
|
dest: /tmp/teams_amd64.deb
|
|
|
|
|
|
|
|
- shell: 'dpkg -i /tmp/teams_amd64.deb'
|
|
|
|
|
|
|
|
when: hwpoints|int > 2
|