[python:packages] add python3-systemd

master
Simon Bruder 2019-05-03 14:53:39 +00:00
parent b16f9e46fa
commit 84005b750e
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 8 additions and 0 deletions

View File

@ -3,5 +3,8 @@
- import_tasks: pip.yml
tags:
- python:pip
- import_tasks: packages.yml
tags:
- python:packages
tags:
- python

View File

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