mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-23 00:12:25 +02:00
7 lines
289 B
YAML
7 lines
289 B
YAML
# 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 |