mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-06 00:48:03 +02:00
4 lines
185 B
YAML
4 lines
185 B
YAML
- 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 |