Initialize Arduino IDE setup
This commit is contained in:
parent
e525bf9850
commit
0cfbf63221
5 changed files with 24 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: "Update apt-cache"
|
||||
apt:
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
||||
|
||||
- name: "Install common packages"
|
||||
apt:
|
||||
name:
|
||||
|
|
@ -17,6 +22,4 @@
|
|||
- wget
|
||||
- whois
|
||||
- xclip
|
||||
state: present
|
||||
update_cache: yes
|
||||
become: yes
|
||||
state: latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue