This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-server/roles/python/tasks/packages.yml

8 lines
133 B
YAML
Raw Permalink Normal View History

2019-05-03 16:53:39 +02:00
- name: install python modules via apt
apt:
name:
2020-05-12 02:13:12 +02:00
- pipx
2019-05-03 16:53:39 +02:00
- python3-systemd
2020-05-12 02:13:12 +02:00
- python3-venv
2019-05-03 16:53:39 +02:00
state: present