Aggiunta altri pacchetti all'installazione di base.
This commit is contained in:
parent
954fe4ffbb
commit
24e56885af
5 changed files with 26 additions and 0 deletions
7
roles/msteams/tasks/main.yml
Normal file
7
roles/msteams/tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
- 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'
|
Loading…
Add table
Add a link
Reference in a new issue