Updated pc roles and implemented update-pip role

This commit is contained in:
2025-04-01 11:23:36 +02:00
parent 99f633d222
commit 4541e2d636
14 changed files with 114 additions and 75 deletions

View File

@@ -6,6 +6,7 @@
state: present
- name: Adding user {{client_username}} to relevant docker usergroup
user: name={{client_username}}
groups=docker
append=yes
user:
name: "{{client_username}}"
groups: docker
append: yes