1
0
Fork 0

Add octoprint user to dialout group

This commit is contained in:
Daniele Tricoli 2021-06-07 01:02:20 +02:00
parent fc5cd5207e
commit 0125ae1f4d
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@
system: true
shell: /usr/sbin/nologin
- name: add octoprint user to dialout group
user:
name: octoprint
groups: dialout
append: true
- name: install wheel and octoprint inside a virtualenv
pip:
name: