10 lines
138 B
YAML
10 lines
138 B
YAML
---
|
|
- name: install mandatory packages
|
|
package:
|
|
state: present
|
|
name:
|
|
- git
|
|
- python3-pymysql
|
|
- librest-client-perl
|
|
|