Aggiunta altri pacchetti all'installazione di base.

This commit is contained in:
Emiliano Vavassori 2020-04-29 22:47:11 +02:00
parent 954fe4ffbb
commit 24e56885af
5 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- apt:
name:
- geogebra
- geogebra-gnome
state: present

View File

@ -1,7 +1,15 @@
dependencies:
- googlechrome
- chromium
- firefox
- libreoffice
- scribus
- calibre
- gimp
- inkscape
- openshot
- vlc
- geogebra
- minetest
- zoom
- msteams

View File

@ -1,6 +1,9 @@
---
# LibreOffice and its compendiary packages
- apt_repository:
repo: 'ppa:libreoffice/libreoffice-6-3'
- apt:
name:
- libreoffice

View File

@ -0,0 +1,2 @@
---
- apt: name=minetest state=present

View 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'