11 lines
161 B
YAML
11 lines
161 B
YAML
---
|
|
- name: install mandatory packages
|
|
apt:
|
|
cache_valid_time: 3600
|
|
state: present
|
|
name:
|
|
- git
|
|
- python3-pymysql
|
|
- librest-client-perl
|
|
|