Add pipx
This commit is contained in:
parent
739ed76620
commit
990c0ad3c7
|
@ -1,5 +1,7 @@
|
||||||
- name: install python modules via apt
|
- name: install python modules via apt
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
|
- pipx
|
||||||
- python3-systemd
|
- python3-systemd
|
||||||
|
- python3-venv
|
||||||
state: present
|
state: present
|
||||||
|
|
Reference in a new issue