[prog:python] add python3-systemd

This commit is contained in:
Simon Bruder 2018-11-02 11:46:03 +00:00
parent 9014fe5a81
commit bb1287f68e
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -4,6 +4,12 @@
name: "python3-pip"
state: present
- name: install python modules via apt
apt:
name:
- python3-systemd
state: present
- name: install python modules via pip
pip:
name: