🔥 Remove installation of python3-pip, now fixed on the keykeeper role

This commit is contained in:
Stefan Haun 2022-07-29 12:25:31 +02:00
parent 6d7a0e97fb
commit 73e50d7193

View file

@ -15,9 +15,6 @@
ansible.builtin.apt: ansible.builtin.apt:
state: present state: present
name: name:
# Should come from ble-keeper-role
# see https://github.com/netz39/ble-keykeeper-role/issues/4
- python3-pip
# This is needed for the user-executed tasks # This is needed for the user-executed tasks
- acl - acl
# Regular packages # Regular packages