8 lines
90 B
YAML
8 lines
90 B
YAML
---
|
|
- name: install mandatory packages
|
|
package:
|
|
state: present
|
|
name:
|
|
- git
|
|
|