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