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

@@ -30,7 +30,9 @@
- name: "Update with yay"
include_role:
name: update-yay
when: yay_installed.rc == 0
when:
- yay_installed.rc == 0
- run_once_update_yay is not defined
- name: "Check if pip is installed"
command: which pip
@@ -41,6 +43,8 @@
- name: "Update with pip"
include_role:
name: update-pip
when:
- run_once_update_pip is not defined
- name: "Check if pkgmgr command is available"
command: "which pkgmgr"