Commit 9998929d authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: fix pip installations on Debian 12

parent f145d02a
Pipeline #35775 failed with stage
in 0 seconds
......@@ -7,15 +7,23 @@
- name: Install/Upgrade latest slapos.libnetworkcache using pip
shell: pip install --upgrade slapos.libnetworkcache
when: pip_installed is succeeded
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
- name: Install/Upgrade latest slapcache using pip
shell: pip install --upgrade slapcache
when: pip_installed is succeeded
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
- name: Install/Upgrade latest slapos.libnetworkcache using pip3
shell: pip3 install --upgrade slapos.libnetworkcache
when: pip3_installed is succeeded
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
- name: Install/Upgrade latest slapcache using pip3
shell: pip3 install --upgrade slapcache
when: pip3_installed is succeeded
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
9c926597024f1e87d8f8e83fbffbb430aafc898cb615577e47e42193243c49e8 -
97daade34ab16b93c07810391a6341a6e0cca46c83fb49544b1ee5d42649b7e3 -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment