labsync/packer/ansible/roles/fablab/tasks/platformio.yml
2020-08-06 17:27:46 +02:00

15 lines
278 B
YAML

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