Initialize Arduino IDE setup

This commit is contained in:
Jeckel 2020-10-02 00:12:14 +02:00
parent e525bf9850
commit 0cfbf63221
5 changed files with 24 additions and 3 deletions

View file

@ -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