Add platformio

This commit is contained in:
Simon Bruder 2020-08-06 17:01:54 +02:00
parent dc5259c469
commit ebc3ed539d
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 18 additions and 0 deletions

View file

@ -24,5 +24,8 @@
- import_tasks: prusa.yml
tags:
- fablab:prusa
- import_tasks: platformio.yml
tags:
- fablab:platformio
tags:
- fablab

View file

@ -0,0 +1,15 @@
---
- name: Ensure pip3 is installed
apt:
name: python3-pip
- name: Install platformio via pip
pip:
name: platformio
state: latest
executable: pip3
- name: Add guest user to dialout group
lineinfile:
path: /etc/guest-account/groups
line: dialout