Ancora fix a script. Gestione cheese e thunderbird.

This commit is contained in:
Emiliano Vavassori 2020-04-30 00:19:03 +02:00
parent 282d5cc060
commit 074717f7ad
4 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,6 @@
---
- apt:
name: cheese
state: present
when: hwpoints|int > 2

View file

@ -4,6 +4,7 @@ dependencies:
- googlechrome
- chromium
- firefox
- thunderbird
- libreoffice
- scribus
- calibre

View file

@ -0,0 +1,7 @@
---
- apt:
name:
- thunderbird
- thunderbird-locale-it
state: present
when: hwpoints|int >= 2