7 lines
98 B
YAML
7 lines
98 B
YAML
---
|
|
- name: Update packages
|
|
apt: update_cache=yes
|
|
|
|
- name: Install git package
|
|
apt: name=git
|