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 - googlechrome
- chromium - chromium
- firefox - firefox
- thunderbird
- libreoffice - libreoffice
- scribus - scribus
- calibre - calibre

View File

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

4
run.sh
View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
dpkg -l | grep python3-pip || apt -y install python3 python3-pip dpkg -l | grep python3-pip >/dev/null || apt -y install python3 python3-pip
which ansible || pip3 install ansible --system which ansible >/dev/null || pip3 install ansible --system
ansible-playbook install.yml ansible-playbook install.yml