Optimized developer personas, implemented gcc and solved python-pip update bug

This commit is contained in:
2025-04-05 20:39:56 +02:00
parent d5ba306081
commit 3ae3da3673
51 changed files with 557 additions and 279 deletions

6
roles/gcc/tasks/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Install GCC
pacman:
name: gcc
state: present
update_cache: yes