9 lines
112 B
YAML
9 lines
112 B
YAML
---
|
|
- name: install mandatory packages
|
|
package:
|
|
state: present
|
|
name:
|
|
- git
|
|
- python3-pymysql
|
|
|