Upgrade pip, setuptools, wheel

This commit is contained in:
jayofelony
2024-03-01 10:07:25 +01:00
parent 46c03063fe
commit 6417ef5a78

View File

@ -180,6 +180,12 @@
update_cache: yes update_cache: yes
install_recommends: false install_recommends: false
- name: update pip3, setuptools, wheel
shell: "python3 -m pip install --upgrade pip setuptools wheel"
args:
executable: /bin/bash
chdir: /usr/local/src
# Now we set up /boot/firmware # Now we set up /boot/firmware
- name: Create pi user - name: Create pi user
copy: copy: