Merge branch 'platformio' into 'master'

Add platformio (fixes #16)

Closes #16

See merge request fablab/labsync!62
This commit is contained in:
jalr 2020-08-13 16:07:36 +00:00
commit e5a27b3ffd
2 changed files with 18 additions and 0 deletions

View file

@ -24,5 +24,8 @@
- import_tasks: prusa.yml - import_tasks: prusa.yml
tags: tags:
- fablab:prusa - fablab:prusa
- import_tasks: platformio.yml
tags:
- fablab:platformio
tags: tags:
- fablab - 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