ansible-raspberry-lab/roles/arduino/tasks/main.yml

12 lines
177 B
YAML
Raw Normal View History

2020-10-01 22:12:14 +00:00
---
- name: "Install arduino needed packages"
apt:
name:
- picocom
- python-pip
state: latest
- name: "install inotool with pip"
pip:
name: ino