Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Bruder 96f1bd3d81
Add pipx 2020-05-12 02:13:12 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
- name: install python modules via apt
apt:
name:
- pipx
- python3-systemd
- python3-virtualenv
state: present