14 lines
199 B
YAML
14 lines
199 B
YAML
---
|
|
- name: install pip
|
|
apt:
|
|
name:
|
|
- python-pip
|
|
- python3-pip
|
|
state: present
|
|
|
|
- name: install python modules via apt
|
|
apt:
|
|
name:
|
|
- python3-systemd
|
|
state: present
|