Cleaned up repository

This commit is contained in:
2023-03-24 11:14:27 +01:00
parent 077f449c13
commit 507981b54d
38 changed files with 109 additions and 53 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- collection-developer-base

View File

@@ -0,0 +1,11 @@
- name: install arduino developer tools
community.general.pacman:
name:
- arduino
- arduino-docs
state: present
- name: Adding user {{client_username}} to relevant arduino usergroups
user: name={{client_username}}
groups=uucp lock
append=yes