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

6 lines
99 B
YAML
Raw Normal View History

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