[prog:python] add python3-systemd
This commit is contained in:
parent
9014fe5a81
commit
bb1287f68e
|
@ -4,6 +4,12 @@
|
||||||
name: "python3-pip"
|
name: "python3-pip"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: install python modules via apt
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- python3-systemd
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: install python modules via pip
|
- name: install python modules via pip
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
|
|
Reference in a new issue