Replaced depenencies by includes for performance reasons

This commit is contained in:
2025-08-12 03:08:33 +02:00
parent 8634b5e1b3
commit 1a42e8bd14
89 changed files with 716 additions and 830 deletions

View File

@@ -1,6 +1,10 @@
---
- name: Install GCC
community.general.pacman:
name: gcc
state: present
update_cache: yes
- block:
- name: Install GCC
community.general.pacman:
name: gcc
state: present
update_cache: yes
- set_fact:
run_once_dev_gcc: true
when: run_once_dev_gcc is not defined