Files
tco.koha/tasks/req.yml
2022-06-23 14:12:50 +02:00

11 lines
161 B
YAML

---
- name: install mandatory packages
apt:
cache_valid_time: 3600
state: present
name:
- git
- python3-pymysql
- librest-client-perl