Ancora fix a script. Gestione cheese e thunderbird.
This commit is contained in:
parent
282d5cc060
commit
074717f7ad
6
roles/cheese/tasks/main.yml
Normal file
6
roles/cheese/tasks/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- apt:
|
||||
name: cheese
|
||||
state: present
|
||||
when: hwpoints|int > 2
|
@ -4,6 +4,7 @@ dependencies:
|
||||
- googlechrome
|
||||
- chromium
|
||||
- firefox
|
||||
- thunderbird
|
||||
- libreoffice
|
||||
- scribus
|
||||
- calibre
|
||||
|
7
roles/thunderbird/tasks/main.yml
Normal file
7
roles/thunderbird/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- apt:
|
||||
name:
|
||||
- thunderbird
|
||||
- thunderbird-locale-it
|
||||
state: present
|
||||
when: hwpoints|int >= 2
|
4
run.sh
4
run.sh
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
dpkg -l | grep python3-pip || apt -y install python3 python3-pip
|
||||
which ansible || pip3 install ansible --system
|
||||
dpkg -l | grep python3-pip >/dev/null || apt -y install python3 python3-pip
|
||||
which ansible >/dev/null || pip3 install ansible --system
|
||||
ansible-playbook install.yml
|
||||
|
Loading…
Reference in New Issue
Block a user