[python:packages] add python3-systemd
This commit is contained in:
parent
b16f9e46fa
commit
84005b750e
|
@ -3,5 +3,8 @@
|
||||||
- import_tasks: pip.yml
|
- import_tasks: pip.yml
|
||||||
tags:
|
tags:
|
||||||
- python:pip
|
- python:pip
|
||||||
|
- import_tasks: packages.yml
|
||||||
|
tags:
|
||||||
|
- python:packages
|
||||||
tags:
|
tags:
|
||||||
- python
|
- python
|
||||||
|
|
5
roles/python/tasks/packages.yml
Normal file
5
roles/python/tasks/packages.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
- name: install python modules via apt
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- python3-systemd
|
||||||
|
state: present
|
Reference in a new issue