Update for bookworm release

This commit is contained in:
Jeroen Oudshoorn
2023-12-15 12:12:06 +01:00
parent 112ec7b4a2
commit 2b4e44d024

View File

@ -256,7 +256,7 @@
state: present state: present
- name: update pip3, setuptools, wheel - name: update pip3, setuptools, wheel
shell: "python3 -m pip install --upgrade pip setuptools wheel" shell: "python3 -m pip install --upgrade pip setuptools wheel --break-system-packages"
args: args:
executable: /bin/bash executable: /bin/bash
chdir: /usr/local/src chdir: /usr/local/src