Deleted personas and replaced by utils

This commit is contained in:
2025-07-09 03:09:12 +02:00
parent ed0cd9b8c0
commit e4ff99e336
49 changed files with 43 additions and 219 deletions

View File

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