[prog:python] add python3-systemd

master
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
1 changed files with 6 additions and 0 deletions

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: