Optimized tests für run once

This commit is contained in:
2025-08-12 02:38:37 +02:00
parent 82aaf7ad74
commit 1595a7c4a6
148 changed files with 1803 additions and 1147 deletions

View File

@@ -1,8 +1,9 @@
# run_once_update_pip: deactivated
# Deactivated due to that it breaks the system
# There is no alternative to do the python update
#
#- name: Update all local pip packages
# shell: 'pip freeze --local | grep -v "^\-e" | cut -d = -f 1 | xargs -n1 pip install -U --break-system-packages'
# args:
# executable: /bin/bash
- name: Load former meta dependencies once
block:
- name: Include moved dependency 'dev-python-pip'
include_role:
name: dev-python-pip
- set_fact:
run_once_update_pip: true
when: run_once_update_pip is not defined
- {}